From: Brett Cannon Date: Sat, 25 Sep 2004 01:39:56 +0000 (+0000) Subject: Add warning notation about using 'bomb' setting. X-Git-Tag: v2.4b1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35ae3dd5aad3c2c19393aa0b0b349a211f6d0d7b;p=thirdparty%2FPython%2Fcpython.git Add warning notation about using 'bomb' setting. --- diff --git a/Misc/vimrc b/Misc/vimrc index 85ce3483220d..9e562814165d 100644 --- a/Misc/vimrc +++ b/Misc/vimrc @@ -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``