diff options
author | Peter Odding <peter@peterodding.com> | 2015-04-02 21:15:40 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2015-04-02 21:15:40 +0200 |
commit | 188b40b8de49d09735e55be00359e4c664b6ea74 (patch) | |
tree | edfbb420e6a709d1ccd409fa0ed5892041562fc2 | |
parent | 584edaee4b107c69a3ae1671d82c834eaaa3a57a (diff) | |
download | vim-easytags-188b40b8de49d09735e55be00359e4c664b6ea74.tar.gz |
Refer from easytags_always_enabled to easytags_async in README.md
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/easytags.txt | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -151,7 +151,7 @@ By default the plug-in automatically generates and highlights tags when you stop :let g:easytags_always_enabled = 1 -Be warned that after setting this option you'll probably notice why it's disabled by default: Every time you edit a file in Vim, the plug-in will first run Exuberant Ctags and then highlight the tags, and this slows Vim down quite a lot. I have some ideas on how to improve this latency by running Exuberant Ctags in the background so stay tuned! +Be warned that after setting this option you'll probably notice why it's disabled by default: Every time you edit a file in Vim, the plug-in will first run Exuberant Ctags and then highlight the tags, and this slows Vim down quite a lot. To make this less of a problem you can use the `g:easytags_async` option. Note: 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] [vimrc]. diff --git a/doc/easytags.txt b/doc/easytags.txt index 8fda067..afb0c59 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -348,8 +348,8 @@ the plug-in to always enable dynamic highlighting: Be warned that after setting this option you'll probably notice why it's disabled by default: Every time you edit a file in Vim, the plug-in will first run Exuberant Ctags and then highlight the tags, and this slows Vim down quite -a lot. I have some ideas on how to improve this latency by running Exuberant -Ctags in the background so stay tuned! +a lot. To make this less of a problem you can use the |g:easytags_async| +option. Note: 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. |