Penguin

Differences between version 7 and predecessor to the previous major change of .vimrc.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 7 Last edited on Friday, June 4, 2004 11:53:05 am by SamJansen Revert
Older page: version 6 Last edited on Sunday, April 25, 2004 5:27:16 am by NoXy Revert
@@ -10,4 +10,8 @@
  " Vim 5+ comes with syntax highlighting for many languages, enable it if available 
  if has("syntax") 
  syntax on 
  endif 
+  
+Newer version of Vim (6+ perhaps) can automatically detect the correct syntax highlighting and indenting scheme that should be used for a file. Using the newer version of this (previously only file extensions were consulted) is a simple as putting the following command in your [.vimrc]:  
+  
+ filetype indent on " Newer indent features