Version 4.0b3

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.
This commit is contained in:
Yegappan Lakshmanan 2005-12-28 00:00:00 +00:00 committed by Able Scraper
parent 010847481e
commit 4d4da98fae
2 changed files with 1590 additions and 889 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff