Hello,
I've just released the version 1.18 of my script!
( you can find the original topic about it there:
http://groups.google.fr/group/comp.l...4d1c566472c8fa )
What's new:
- No more problems with Vim 6.3 and UTF-8.
- Opening braces "{" are always indented according to their block
starter.
Instead of:
if( $test
&& $test2 )
{
}
You have:
if( $test
&& $test2 )
{
}
Download:
Or (if the link above doesn't work)
Contact me if you have any problem with this version.
Comment