4d4da98fae
The following changes are made in this version: 1. Delay loading of the taglist plugin to reduce the Vim startup time. 2. Support for recursively adding multiples files to the taglist using the ':TlistAddFilesRecursive' command. 3. New ':TlistOpen' command to open and jump to the taglist window. 4. New ':TlistToggle' command to supersede the ':Tlist' command. 5. New 'Tlist_Close_On_Select' option for closing the taglist window when a file is selected. 6. New 'Tlist_Auto_Update' option to enable/disable processing of newly edited files. 7. New ':TlistLock' and ':TlistUnlock' commands to lock and unlock the taglist. 8. New 'Tlist_Highlight_Tag_On_BufEnter' option to enable/disable highlighting of the current tag on entering a buffer. 9. When the taglist buffer is created from a Vim session file, update the taglist with the files from the session file. 10. Change the background color used for highlighting file names in the taglist window. 11. When <Space> is pressed on a file name or a tag type name in the taglist window, display information about the number of tags. 12. Set the 'foldlevel' option to a high value in the taglist window. 13. When refreshing the taglist window, process all the opened buffers. 14. When moving between windows, disable and enable autocommands. 15. When a file is selected from the taglist window, use a non-plugin window to edit the file. 16. If 'Tlist_Exit_OnlyWindow' is set and when exiting Vim, make sure the '0 mark is set to the previous buffer. 17. When using the taglist plugin with the winmanager plugin and 'Tlist_Process_File_Always' is set or the taglist menu is enabled, sometimes, it is not possible to jump to other windows from the taglist window using the keyboard. Fixed this problem. 18. While opening files in a new window, use filenames instead of buffer numbers. |
||
---|---|---|
doc | ||
plugin | ||
README |
README
This is a mirror of http://www.vim.org/scripts/script.php?script_id=273 The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages. You can visit the taglist plugin home page for more information: http://vim-taglist.sourceforge.net You can subscribe to the taglist mailing list to post your questions or suggestions for improvement or to report bugs. Visit the following page for subscribing to the mailing list: http://groups.yahoo.com/group/taglist/ For more information about using this plugin, after installing the taglist plugin, use the ":help taglist" command.