This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
forked from yegappan/taglist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
taglist | ||
======= | ||
taglist - Source Code Browser plugin for Vim | ||
============================================ | ||
|
||
Source code browser plugin for Vim | ||
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. |