]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add warning notation about using 'bomb' setting.
authorBrett Cannon <bcannon@gmail.com>
Sat, 25 Sep 2004 01:39:56 +0000 (01:39 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 25 Sep 2004 01:39:56 +0000 (01:39 +0000)
Misc/vimrc

index 85ce3483220d5a647aea84fd397552620cef2564..9e562814165db475bd804784994808bb1d8b78e2 100644 (file)
@@ -67,7 +67,9 @@ au BufNewFile *.py,*.pyw,*.c,*.h set fileformat=unix
 " 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``