mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 21:24:52 +08:00
Fix highlight_builtins when highlight_all isn't set
Fixes #66 Closes #67
This commit is contained in:
@@ -59,7 +59,7 @@ let g:python_highlight_all = 1
|
||||
| --------------------------------------------- | -------------------------------------------------------------- | ------- |
|
||||
| `g:python_version_2` | Python 2 mode | `0` |
|
||||
| `b:python_version_2` | Python 2 mode (buffer local) | `0` |
|
||||
| `g:python_highlight_builtins` | Highlight builtin functions and objects | `0` |
|
||||
| `g:python_highlight_builtins` | Highlight builtin objects, types, and functions | `0` |
|
||||
| `g:python_highlight_builtin_objs` | Highlight builtin objects only | `0` |
|
||||
| `g:python_highlight_builtin_types` | Highlight builtin types only | `0` |
|
||||
| `g:python_highlight_builtin_funcs` | Highlight builtin functions only | `0` |
|
||||
|
||||
Reference in New Issue
Block a user