aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 6a6a717..798a258 100644
--- a/TODO.md
+++ b/TODO.md
@@ -31,3 +31,11 @@
`~/.vim/autoload/easytags.vim` (a symbolic link to
`~/Development/Vim/vim-easytags/autoload.vim`). I was already editing
`~/.vim/autoload/easytags.vim` in another Vim buffer.
+
+ * Convert `easytags#update_cmd()` to a function that can be executed on a
+ list of files and will only execute Exuberant Ctags once to do so, then
+ change `:UpdateTags` to accept an optional file glob, e.g. `:UpdateTags
+ /usr/include/lua5.1/*.h` and call `easytags#update_cmd()` on the matching
+ files.
+
+vim: ai nofen