Skip to content

Commit 32de302

Browse files
committed
docs: Remove duplicate option variable
1 parent 5ffc69c commit 32de302

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ let g:python_highlight_all = 1
5757
| `g:python_version_2` | Python 2 mode | `0` |
5858
| `b:python_version_2` | Python 2 mode (buffer local) | `0` |
5959
| `g:python_highlight_builtins` | Highlight builtin functions and objects | `0` |
60-
| `g:python_highlight_builtins` | Highlight builtin functions and objects | `0` |
6160
| `g:python_highlight_builtin_objs` | Highlight builtin objects only | `0` |
6261
| `g:python_highlight_builtin_funcs` | Highlight builtin functions only | `0` |
6362
| `g:python_highlight_exceptions` | Highlight standard exceptions | `0` |

doc/python-syntax.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ following command to your `~/.config/nvim/init.vim` or `~/.vimrc`: >
5656
`g:python_highlight_builtins` (default `0`)
5757
Highlight builtin functions and objects
5858

59-
`g:python_highlight_builtins` (default `0`)
60-
Highlight builtin functions and objects
61-
6259
`g:python_highlight_builtin_objs` (default `0`)
6360
Highlight builtin objects only
6461

0 commit comments

Comments
 (0)