diff options
author | Peter Odding <peter@peterodding.com> | 2010-06-06 15:50:22 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-06-06 15:50:22 +0200 |
commit | 65ad69ac288eaa70b1469739ce6ea601ab852a2e (patch) | |
tree | e6d0dd4bb792097e2dec3299606bebf3a27ae478 | |
parent | a40a556544d08460ae7217a6a2b76608f66c2033 (diff) | |
download | vim-easytags-65ad69ac288eaa70b1469739ce6ea601ab852a2e.tar.gz |
Fixed typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ syntax highlighting for [over 500 file types] [vim_support] (!) and Exuberant Ctags can generate tags for [over 40 file types] [ctags_support] as well... There's just one problem: You have to manually keep your tags files up-to-date -and this turns about to be a royal pain in the ass! So I set out to write a Vim +and this turns out to be a royal pain in the ass! So I set out to write a Vim plug-in that would do this boring work for me. When I finished the plug-in's basic functionality (one automatic command and a call to `system()`) I became interested in dynamic syntax highlighting, so I added that as well to see if it |