aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-06-14 02:26:32 +0200
committerPeter Odding <peter@peterodding.com>2011-06-14 02:26:32 +0200
commit980843ec662fa06990f3522999b2ad53e3cf625a (patch)
treece86a38da8d5b3f6d911ced914044d0a837bbfa5 /TODO.md
parentca9a4d8847db5aed86d94c0223914aca64029ab3 (diff)
downloadvim-easytags-980843ec662fa06990f3522999b2ad53e3cf625a.tar.gz
Update to-do list (file type specific tags files now supported)
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index a0fc35e..a98e43c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@
* 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?
-
* Make `g:easytags_autorecurse` accept the following values: 0 (only scan the current file), 1 (always scan all files in the same directory) and 2 (always recurse down the current directory)?
* On Microsoft Windows (tested on XP) GVim loses focus while `ctags` is running because Vim opens a command prompt window. Also the CursorHold event seems to fire repeatedly, contradicting my understanding of the automatic command and its behavior on UNIX?! This behavior doesn't occur when I use the integration with my `shell.vim` plug-in.