Fix highlight_builtins when highlight_all isn't set

Fixes #66
Closes #67
This commit is contained in:
Sarunas Nejus
2020-04-07 21:35:09 +01:00
committed by nfnty
parent 6ce77d0013
commit f351c0d2b1
3 changed files with 8 additions and 7 deletions

View File

@@ -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