[Python-checkins] python/dist/src/Misc vimrc,1.2,1.3

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Sep 25 03:39:58 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20650/Misc

Modified Files:
	vimrc 
Log Message:
Add warning notation about using 'bomb' setting.


Index: vimrc
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/vimrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vimrc	20 Sep 2004 22:33:21 -0000	1.2
+++ vimrc	25 Sep 2004 01:39:56 -0000	1.3
@@ -67,7 +67,9 @@
 " Set the default file encoding to UTF-8: ``set encoding=utf-8``
 
 " Put a marker at the beginning of the file to differentiate between UTF and
-" UCS encoding: ``set bomb``
+" UCS encoding (warning: always done when reasonable, which can mess up shells
+" into thinking a text file is actually a binary file when executing the text
+" file): ``set bomb``
 
 " For full syntax highlighting:
 "``let python_highlight_all=1``



More information about the Python-checkins mailing list