diff options
author | Peter Odding <peter@peterodding.com> | 2010-08-10 19:42:47 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-08-10 19:42:47 +0200 |
commit | a536d7740c101716cfdf6759359c0426b2272ae1 (patch) | |
tree | 36ccce1a499e2127a7f8403b6d8fb319e80d1d29 | |
parent | 0d9567900f23e8ca243db16df80004aa7c658623 (diff) | |
download | vim-easytags-a536d7740c101716cfdf6759359c0426b2272ae1.tar.gz |
Typo in g:easytags_autorecurse documentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ When the `:UpdateTags` command is executed automatically or without arguments, i You have to explicitly enable this option because it should only be used while navigating around small directory trees. Imagine always having this option enabled and then having to edit a file in e.g. the root of your home directory: The `easytags.vim` plug-in would freeze Vim for a long time while you'd have to wait for Exuberant Cags to scan thousands of files... -Note that when you enable this option the `easytags.vim` might ignore other options like `g:easytags_resolve_links`. This is an implementation detail which I intend to fix. +Note that when you enable this option the `easytags.vim` plug-in might ignore other options like `g:easytags_resolve_links`. This is an implementation detail which I intend to fix. ### The `g:easytags_resolve_links` option |