diff options
author | Peter Odding <peter@peterodding.com> | 2010-06-10 22:25:20 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-06-10 22:25:20 +0200 |
commit | 0a9828d08f0ebc872906639fe01d048aae52482e (patch) | |
tree | 4185216165dc95f28c8c13b1bf490d47ae73927a | |
parent | 62cbd2a750a40dd520b6a7f1a92463c92f37baca (diff) | |
download | vim-easytags-0a9828d08f0ebc872906639fe01d048aae52482e.tar.gz |
TODO about flashing command prompt window on Win32
-rw-r--r-- | TODO.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |