ANN: New version (4.4) of the taglist plugin
Hi all,
A new version (4.4) of the taglist plugin is available now. You can download this version from:
http://vim.sourceforge.net/scripts/script.php?script_id=273
The taglist plugin is a source code browser plugin for Vim. For more information about this plugin, visit
http://vim-taglist.sourceforge.net/
This is a minor bug fix release. The following problems are fixed in this version:
1. If multiple Vim plugins register for the BufEnter autocmd, then sometimes the buffer name
supplied to the autocmd is incorrect. So in the taglist plugin BufEnter autocmd, use the buffer number instead of the buffer name.
2. Add the filename to the tags menu only for valid file names.- Yegappan
用过 Vim 的,估计没人不知道 taglist 的,太出名了!