File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
57
57
Python 2 mode (buffer local)
58
58
59
59
`g:python_highlight_builtins` (default `0`)
60
- Highlight builtin functions , types, and objects
60
+ Highlight builtin objects , types, and functions
61
61
62
62
`g:python_highlight_builtin_objs` (default `0`)
63
63
Highlight builtin objects only
Original file line number Diff line number Diff line change 56
56
57
57
if s: Enabled (' g:python_highlight_builtins' )
58
58
call s: EnableByDefault (' g:python_highlight_builtin_objs' )
59
- call s: EnableByDefault (' g:python_highlight_builtin_funcs' )
60
59
call s: EnableByDefault (' g:python_highlight_builtin_types' )
60
+ call s: EnableByDefault (' g:python_highlight_builtin_funcs' )
61
61
endif
62
62
63
63
"
You can’t perform that action at this time.
0 commit comments