aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-08-10 19:42:47 +0200
committerPeter Odding <peter@peterodding.com>2010-08-10 19:42:47 +0200
commita536d7740c101716cfdf6759359c0426b2272ae1 (patch)
tree36ccce1a499e2127a7f8403b6d8fb319e80d1d29 /README.md
parent0d9567900f23e8ca243db16df80004aa7c658623 (diff)
downloadvim-easytags-a536d7740c101716cfdf6759359c0426b2272ae1.tar.gz
Typo in g:easytags_autorecurse documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08153e3..bb3d8ba 100644
--- a/README.md
+++ b/README.md
@@ -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