Skip to content

Commit 08186f0

Browse files
committed
Documentation bug fix (it's getting late..)
1 parent 9abe348 commit 08186f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The Vim script implementation of dynamic syntax highlighting is quite slow on la
134134

135135
### The `g:easytags_python_enabled` option
136136

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).
138138

139139
### The `g:easytags_python_script` option
140140

doc/easytags.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ following options are available to change the default configuration.
271271
The *g:easytags_python_enabled* option
272272

273273
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).
275275

276276
-------------------------------------------------------------------------------
277277
The *g:easytags_python_script* option

plugin/easytags.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
" URL: http://peterodding.com/code/vim/easytags/
55
" Requires: Exuberant Ctags (http://ctags.sf.net)
66
" License: MIT
7-
" Version: 2.4
7+
" Version: 2.4.1
88

99
" Support for automatic update using the GLVS plug-in.
1010
" GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip

0 commit comments

Comments
 (0)