Skip to content

Added .gitignore file and updated readme to markdown syntax #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/tags
19 changes: 10 additions & 9 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
This is a mirror of http://www.vim.org/scripts/script.php?script_id=273
Tag List
========

The "Tag List" plugin is a source code browser plugin for Vim and
This is a mirror of [vim script 273](http://www.vim.org/scripts/script.php?script_id=273).

Summary
-------
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
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/
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.
taglist plugin, use the `:help taglist` command.