From 8a186f47967ef1e6eb7dae272c6722ab1494f678 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sun, 4 Sep 2011 13:12:38 +0200 Subject: normalize-tags.py: Enable normalizing several files at once --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 3dc1f31..b67ffba 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,8 @@ ## Possible bugs + * Right now easytags is a messy combination of Vim script code and Python scripts. I plan to port the Python code back to Vim script. + * 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. * 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