From 0a9828d08f0ebc872906639fe01d048aae52482e Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Thu, 10 Jun 2010 22:25:20 +0200 Subject: TODO about flashing command prompt window on Win32 --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 9ecc104..6a6a717 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,11 @@ * 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?! + * 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: -- cgit v1.2.3