From 08186f0ee7f3b9f9e52dda2129d2fb5a4e2a5e87 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Tue, 14 Jun 2011 06:53:30 +0200 Subject: Documentation bug fix (it's getting late..) --- README.md | 2 +- doc/easytags.txt | 2 +- plugin/easytags.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1359bf3..7038266 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ The Vim script implementation of dynamic syntax highlighting is quite slow on la ### 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 diff --git a/doc/easytags.txt b/doc/easytags.txt index b87b381..e372ba5 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -271,7 +271,7 @@ following options are available to change the default configuration. The *g:easytags_python_enabled* option 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 diff --git a/plugin/easytags.vim b/plugin/easytags.vim index 0aa8ea0..bd7a775 100644 --- a/plugin/easytags.vim +++ b/plugin/easytags.vim @@ -4,7 +4,7 @@ " URL: http://peterodding.com/code/vim/easytags/ " Requires: Exuberant Ctags (http://ctags.sf.net) " License: MIT -" Version: 2.4 +" Version: 2.4.1 " Support for automatic update using the GLVS plug-in. " GetLatestVimScripts: 3114 1 :AutoInstall: easytags.zip -- cgit v1.2.3