comparison runtime/doc/syntax.txt @ 2596:fae782ef63dd

Runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Thu, 30 Sep 2010 21:47:56 +0200
parents e8a482a7fa6c
children 840c3cadb842
comparison
equal deleted inserted replaced
2595:bf9579ab26e5 2596:fae782ef63dd
1 *syntax.txt* For Vim version 7.3. Last change: 2010 Sep 14 1 *syntax.txt* For Vim version 7.3. Last change: 2010 Sep 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2256 :let python_highlight_builtins = 1 2256 :let python_highlight_builtins = 1
2257 2257
2258 For highlighted standard exceptions: > 2258 For highlighted standard exceptions: >
2259 :let python_highlight_exceptions = 1 2259 :let python_highlight_exceptions = 1
2260 2260
2261 For highlighted trailing whitespace and mix of spaces and tabs: 2261 For highlighted trailing whitespace and mix of spaces and tabs: >
2262 :let python_highlight_space_errors = 1 2262 :let python_highlight_space_errors = 1
2263 2263
2264 If you want all possible Python highlighting (the same as setting the 2264 If you want all possible Python highlighting (the same as setting the
2265 preceding three options): > 2265 preceding three options): >
2266 :let python_highlight_all = 1 2266 :let python_highlight_all = 1