File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ The Vim script implementation of dynamic syntax highlighting is quite slow on la
134
134
135
135
### The ` g:easytags_python_enabled ` option
136
136
137
- To disable the Python implementation of dynamic syntax highlighting you can set this option to true (1 ).
137
+ To disable the Python implementation of dynamic syntax highlighting you can set this option to false (0 ).
138
138
139
139
### The ` g:easytags_python_script ` option
140
140
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ following options are available to change the default configuration.
271
271
The *g:easytags_python_enabled* option
272
272
273
273
To disable the Python implementation of dynamic syntax highlighting you can
274
- set this option to true (1 ).
274
+ set this option to false (0 ).
275
275
276
276
-------------------------------------------------------------------------------
277
277
The *g:easytags_python_script* option
Original file line number Diff line number Diff line change 4
4
" URL: http://peterodding.com/code/vim/easytags/
5
5
" Requires: Exuberant Ctags (http://ctags.sf.net)
6
6
" License: MIT
7
- " Version: 2.4
7
+ " Version: 2.4.1
8
8
9
9
" Support for automatic update using the GLVS plug-in.
10
10
" GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip
You can’t perform that action at this time.
0 commit comments