aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2010-06-10 22:25:20 +0200
committerPeter Odding <peter@peterodding.com>2010-06-10 22:25:20 +0200
commit0a9828d08f0ebc872906639fe01d048aae52482e (patch)
tree4185216165dc95f28c8c13b1bf490d47ae73927a /TODO.md
parent62cbd2a750a40dd520b6a7f1a92463c92f37baca (diff)
downloadvim-easytags-0a9828d08f0ebc872906639fe01d048aae52482e.tar.gz
TODO about flashing command prompt window on Win32
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
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: