From 980843ec662fa06990f3522999b2ad53e3cf625a Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Tue, 14 Jun 2011 02:26:32 +0200 Subject: Update to-do list (file type specific tags files now supported) --- TODO.md | 2 -- 1 file changed, 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. -- cgit v1.2.3