diff options
author | Jrean <jean.ragouin@me.com> | 2015-04-14 01:06:06 +0800 |
---|---|---|
committer | Jrean <jean.ragouin@me.com> | 2015-04-14 01:06:06 +0800 |
commit | 208ad3b61c82a60bcd75a1aca0a833d711b9f49a (patch) | |
tree | f151ae5c546477ed0c4af2d495242c05516927f1 /doc | |
parent | b05ac67b8bac71b47d6cae9d19fd12a69dd4ea92 (diff) | |
download | vim-easytags-208ad3b61c82a60bcd75a1aca0a833d711b9f49a.tar.gz |
Typo fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/easytags.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt index b904e86..9a1f116 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -291,8 +291,8 @@ words: If a project specific tags file is found it will be used, otherwise the plug-in falls back to the global tags file (or a file type specific tags file). If you set |g:easytags_dynamic_files| to 2 the easytags plug-in will -automatically create project specific tags based on the first name in the -'tags' option. In this mode the the global tags file or file type specific tags +automatically create a project specific tags file based on the first name in the +'tags' option. In this mode the global tags file or file type specific tags files are only used for directories where you don't have write permissions. The |'tags'| option is reevaluated each time the plug-in runs, so which tags |