mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 21:54:48 +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` |
|
||||
|
||||
@@ -56,9 +56,6 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
|
||||
`g:python_highlight_builtins` (default `0`)
|
||||
Highlight builtin functions and objects
|
||||
|
||||
`g:python_highlight_builtins` (default `0`)
|
||||
Highlight builtin functions and objects
|
||||
|
||||
`g:python_highlight_builtin_objs` (default `0`)
|
||||
Highlight builtin objects only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user