diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-09-25 01:39:56 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-09-25 01:39:56 (GMT) |
commit | 35ae3dd5aad3c2c19393aa0b0b349a211f6d0d7b (patch) | |
tree | 0aea510e5651c8ef0b667e0ed5dd263533d66d83 /Misc | |
parent | a5ca2e7220c22facc20a13ab6a8dc4c80b8624e5 (diff) | |
download | cpython-35ae3dd5aad3c2c19393aa0b0b349a211f6d0d7b.zip cpython-35ae3dd5aad3c2c19393aa0b0b349a211f6d0d7b.tar.gz cpython-35ae3dd5aad3c2c19393aa0b0b349a211f6d0d7b.tar.bz2 |
Add warning notation about using 'bomb' setting.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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`` |