aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
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?