Penguin

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

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

Newer page: version 13 Last edited on Saturday, November 27, 2004 11:44:31 am by JohnMcPherson
Older page: version 12 Last edited on Saturday, November 27, 2004 4:45:14 am by AristotlePagaltzis Revert
@@ -9,12 +9,13 @@
 set textwidth=0 " Don't wrap words by default 
 set ts=4 " Change tab spacing to a lower value (default=8) 
 set encoding=utf-8 " you really should be using utf-8 now 
 set termencoding=utf-8 " ditto 
-set fileencodings=utf-8,latin1 " use utf-8, fall back to latin1 if invalid bytes are found 
+" set fileencodings=utf-8,latin1 " use utf-8, fall back to latin1 if invalid bytes are found  
+set fileencodings= " don't do any encoding conversion (otherwise munges binary files)  
 syntax on " enable syntax highlighting for many languages 
 set background=dark " better syntax colours for black terminals 
 if exists(":filetype") " newer versions of Vim support more intelligent filetype determination 
  filetype plugin indent on 
  runtime ftplugin/man.vim " to always have :Man available 
 endif 
 </verbatim>