aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.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 /TODO.md
parent98780b1904c066a510ba432f796b55db1d499774 (diff)
downloadvim-easytags-ea6efd67beffd43251f155cf948f400e0333e714.tar.gz
Added caveat about Cygwin, updated to-do list
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index d881ec0..a0fc35e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,9 +1,7 @@
-# Long term plans
+# Long term plans for the easytags Vim plug-in
* Automatically index C headers when /usr/include/$name.h exists?
- * It seems that Exuberant Ctags doesn't support Objective-C which makes the file type mapping between C and Objective-C useless. Maybe the plug-in should just treat Objective-C source code as C?
-
* Integration with my unreleased project plug-in so that when you edit any file in a project, all related files are automatically scanned for tags?
* Use separate tags files for each language stored in ~/.vim/tags/ to increase performance because a single, global tags file quickly grows to a megabyte?