mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-01-26 12:57:00 +08:00
Fix highlight_builtins when highlight_all isn't set
Fixes #66 Closes #67
This commit is contained in:
@@ -57,7 +57,7 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
|
||||
Python 2 mode (buffer local)
|
||||
|
||||
`g:python_highlight_builtins` (default `0`)
|
||||
Highlight builtin functions and objects
|
||||
Highlight builtin functions, types, and objects
|
||||
|
||||
`g:python_highlight_builtin_objs` (default `0`)
|
||||
Highlight builtin objects only
|
||||
|
||||
Reference in New Issue
Block a user