diff options
author | Peter Odding <peter@peterodding.com> | 2011-06-14 02:26:32 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2011-06-14 02:26:32 +0200 |
commit | 980843ec662fa06990f3522999b2ad53e3cf625a (patch) | |
tree | ce86a38da8d5b3f6d911ced914044d0a837bbfa5 | |
parent | ca9a4d8847db5aed86d94c0223914aca64029ab3 (diff) | |
download | vim-easytags-980843ec662fa06990f3522999b2ad53e3cf625a.tar.gz |
Update to-do list (file type specific tags files now supported)
-rw-r--r-- | TODO.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |