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`: >
5757 Python 2 mode (buffer local)
5858
5959`g:python_highlight_builtins` (default `0`)
60- Highlight builtin functions , types, and objects
60+ Highlight builtin objects , types, and functions
6161
6262`g:python_highlight_builtin_objs` (default `0`)
6363 Highlight builtin objects only
Original file line number Diff line number Diff line change 5656
5757if s: Enabled (' g:python_highlight_builtins' )
5858 call s: EnableByDefault (' g:python_highlight_builtin_objs' )
59- call s: EnableByDefault (' g:python_highlight_builtin_funcs' )
6059 call s: EnableByDefault (' g:python_highlight_builtin_types' )
60+ call s: EnableByDefault (' g:python_highlight_builtin_funcs' )
6161endif
6262
6363"
You can’t perform that action at this time.
0 commit comments