mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Add warning notation about using 'bomb' setting.
This commit is contained in:
parent
a5ca2e7220
commit
35ae3dd5aa
1 changed files with 3 additions and 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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue