aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-08-12 16:23:26 +0200
committerPeter Odding <peter@peterodding.com>2010-08-12 16:23:26 +0200
commit738d7508181423e1633e4d5d6014e8ad2acb4595 (patch)
tree7ba9cc135a5a0888671f90a61a4f41590822b119 /TODO.md
parenteea8f41b9e04b8b533d1670a1090b16255f9b5f2 (diff)
downloadvim-easytags-738d7508181423e1633e4d5d6014e8ad2acb4595.tar.gz
Documented :HighlightTags tags file format requirements
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index fbe11b3..d881ec0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,7 +8,9 @@
* 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?
- * 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 autocmd and its behavior on UNIX?!
+ * 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.
* I might have found a bug in Vim: The tag `easytags#highlight_cmd` was correctly being highlighted by my plug-in (and was indeed included in my tags file) even though I couldn't jump to it using `Ctrl-]`, which caused: