Source code browser with excellent support for Javascript.
569d438e14
1. After opening a file with no tags defined in it with the Tlist_Compact_Format option set, if the tags are updated, the folds used for the files following the empty tags file are affected. 2. On MS-Windows, use a "taglist.cmd" temporary file to run exuberant ctags. This is to handle space characters in the file names and in the exuberant ctags path name. 3. In the taglist window, when a file is re-sorted or updated open the fold for the file. 4. When the 'shellxquote' option is set to double quotes, escape double quotes in the command executed for exuberant ctags. 5. On FreeBSD, exuberant ctags is installed as exctags, look for exctags in the PATH. 6. If two taglist plugins are present (one in the system Vim directory and another in the user's .vim/plugin directory), then the plugin in the users's .vim directory overrides the version in the system vim directory. 7. When the :TlistMessages command is issued display the debug messages in a taglist.txt buffer. 8. Clear the readonly option for the taglist buffer 9. When opening a selected file, don't use the preview window, if present. |
||
---|---|---|
doc | ||
plugin | ||
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.