Skip to content

Commit

Permalink
Refer from easytags_always_enabled to easytags_async in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 2, 2015
1 parent 584edae commit 188b40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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].

Expand Down
4 changes: 2 additions & 2 deletions doc/easytags.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 188b40b

Please sign in to comment.