From 67616b25971ff0f4d785d67592128909ef5a5e49 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sun, 26 Jun 2011 22:41:02 +0200 Subject: Add easytags_auto_update/auto_highlight options --- doc/easytags.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'doc') diff --git a/doc/easytags.txt b/doc/easytags.txt index 3269541..7579a9c 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -198,6 +198,34 @@ Note: Like the |g:easytags_always_enabled| option, if you change this option it won't apply until you restart Vim, so you'll have to set this option in your |vimrc| script. +------------------------------------------------------------------------------- +The *g:easytags_auto_update* option + +By default the plug-in automatically updates and highlights your tags when you +stop typing for a moment. If you want to disable automatic updating while +keeping automatic highlighting enabled you can set this option to false: +> + :let g:easytags_auto_update = 0 + +If you want to disable automatic updating for a single file you can execute +the following command while editing the file: +> + :let b:easytags_auto_update = 0 + +------------------------------------------------------------------------------- +The *g:easytags_auto_highlight* option + +By default the plug-in automatically updates and highlights your tags when you +stop typing for a moment. If you want to disable automatic highlighting while +keeping automatic updating enabled you can set this option to false: +> + :let g:easytags_auto_highlight = 0 + +If you want to disable automatic highlighting for a single file you can +execute the following command while editing the file: +> + :let b:easytags_auto_highlight = 0 + ------------------------------------------------------------------------------- The *g:easytags_autorecurse* option -- cgit v1.2.3