| 
 Posted by John Wellesz on 09/16/05 00:54 
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.lang.php/msg/b84d1c566472c8fa )  
 
 
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: 
  
 http://www.vim.org/scripts/download_script.php?src_id=4587 
  
  Or (if the link above doesn't work) 
  
 http://www.2072productions.com/vim/indent/php.vim 
 
 
Contact me if you have any problem with this version.
 
  
Navigation:
[Reply to this message] 
 |