File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ let g:python_highlight_all = 1
5757| ` g:python_version_2 ` | Python 2 mode | ` 0 ` |
5858| ` b:python_version_2 ` | Python 2 mode (buffer local) | ` 0 ` |
5959| ` g:python_highlight_builtins ` | Highlight builtin functions and objects | ` 0 ` |
60- | ` g:python_highlight_builtins ` | Highlight builtin functions and objects | ` 0 ` |
6160| ` g:python_highlight_builtin_objs ` | Highlight builtin objects only | ` 0 ` |
6261| ` g:python_highlight_builtin_funcs ` | Highlight builtin functions only | ` 0 ` |
6362| ` g:python_highlight_exceptions ` | Highlight standard exceptions | ` 0 ` |
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
5656`g:python_highlight_builtins` (default `0`)
5757 Highlight builtin functions and objects
5858
59- `g:python_highlight_builtins` (default `0`)
60- Highlight builtin functions and objects
61-
6259`g:python_highlight_builtin_objs` (default `0`)
6360 Highlight builtin objects only
6461
You can’t perform that action at this time.
0 commit comments