Skip to content

Commit

Permalink
Documentation bug fix (it's getting late..)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 14, 2011
1 parent 9abe348 commit 08186f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The Vim script implementation of dynamic syntax highlighting is quite slow on la


### The `g:easytags_python_enabled` option ### The `g:easytags_python_enabled` option


To disable the Python implementation of dynamic syntax highlighting you can set this option to true (1). To disable the Python implementation of dynamic syntax highlighting you can set this option to false (0).


### The `g:easytags_python_script` option ### The `g:easytags_python_script` option


Expand Down
2 changes: 1 addition & 1 deletion doc/easytags.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ following options are available to change the default configuration.
The *g:easytags_python_enabled* option The *g:easytags_python_enabled* option


To disable the Python implementation of dynamic syntax highlighting you can To disable the Python implementation of dynamic syntax highlighting you can
set this option to true (1). set this option to false (0).


------------------------------------------------------------------------------- -------------------------------------------------------------------------------
The *g:easytags_python_script* option The *g:easytags_python_script* option
Expand Down
2 changes: 1 addition & 1 deletion plugin/easytags.vim
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: http://peterodding.com/code/vim/easytags/ " URL: http://peterodding.com/code/vim/easytags/
" Requires: Exuberant Ctags (http://ctags.sf.net) " Requires: Exuberant Ctags (http://ctags.sf.net)
" License: MIT " License: MIT
" Version: 2.4 " Version: 2.4.1


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

0 comments on commit 08186f0

Please sign in to comment.