aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2011-09-04 13:12:38 +0200
committerPeter Odding <peter@peterodding.com>2011-09-04 13:12:38 +0200
commit8a186f47967ef1e6eb7dae272c6722ab1494f678 (patch)
tree3c5a8bb3255b670e80ad2ad064d65a46fb929c44 /TODO.md
parentd2a2cb54b84f6679c02e8634ec8db49eb368fe15 (diff)
downloadvim-easytags-8a186f47967ef1e6eb7dae272c6722ab1494f678.tar.gz
normalize-tags.py: Enable normalizing several files at once
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
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: