aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-02-24 20:26:21 +0100
committerPeter Odding <peter@peterodding.com>2011-02-24 20:26:21 +0100
commitea6efd67beffd43251f155cf948f400e0333e714 (patch)
treea60cc8c183a2e65d4283cb59d067313870556f54 /README.md
parent98780b1904c066a510ba432f796b55db1d499774 (diff)
downloadvim-easytags-ea6efd67beffd43251f155cf948f400e0333e714.tar.gz
Added caveat about Cygwin, updated to-do list
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9dbd7f2..863b362 100644
--- a/README.md
+++ b/README.md
@@ -150,6 +150,10 @@ In my case the solution was to move most of the tags from `/usr/include/` over t
Once you've executed the above command, Vim will automatically look for a file named `.tags` in the directory of the current file. Because of the `;` Vim also recurses upwards so that you can nest files arbitrarily deep under your project directories.
+### The plug-in doesn't seem to work in [Cygwin](http://en.wikipedia.org/wiki/Cygwin)
+
+If you want to use the plug-in with Vim under Cygwin, you need to have the Cygwin version of Ctags installed instead of the Windows version (thanks to Alex Zuroff for reporting this!).
+
## Contact
If you have questions, bug reports, suggestions, etc. the author can be contacted at <peter@peterodding.com>. The latest version is available at <http://peterodding.com/code/vim/easytags/> and <http://github.com/xolox/vim-easytags>. If you like this plug-in please vote for it on [Vim Online](http://www.vim.org/scripts/script.php?script_id=3114).