docs: Remove duplicate option variable

This commit is contained in:
nfnty
2017-02-23 07:47:56 +01:00
parent 5ffc69c38f
commit 32de302135
2 changed files with 0 additions and 4 deletions

View File

@@ -57,7 +57,6 @@ let g:python_highlight_all = 1
| `g:python_version_2` | Python 2 mode | `0` |
| `b:python_version_2` | Python 2 mode (buffer local) | `0` |
| `g:python_highlight_builtins` | Highlight builtin functions and objects | `0` |
| `g:python_highlight_builtins` | Highlight builtin functions and objects | `0` |
| `g:python_highlight_builtin_objs` | Highlight builtin objects only | `0` |
| `g:python_highlight_builtin_funcs` | Highlight builtin functions only | `0` |
| `g:python_highlight_exceptions` | Highlight standard exceptions | `0` |

View File

@@ -56,9 +56,6 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
`g:python_highlight_builtins` (default `0`)
Highlight builtin functions and objects
`g:python_highlight_builtins` (default `0`)
Highlight builtin functions and objects
`g:python_highlight_builtin_objs` (default `0`)
Highlight builtin objects only