mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-01-26 21:09:13 +08:00
docs: Remove duplicate option variable
This commit is contained in:
@@ -57,7 +57,6 @@ 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 functions and objects | `0` |
|
||||
| `g:python_highlight_builtin_objs` | Highlight builtin objects only | `0` |
|
||||
| `g:python_highlight_builtin_funcs` | Highlight builtin functions only | `0` |
|
||||
| `g:python_highlight_exceptions` | Highlight standard exceptions | `0` |
|
||||
|
||||
Reference in New Issue
Block a user