From 7b435f2b0251bc340679e733ca403d14fc3a0915 Mon Sep 17 00:00:00 2001 From: Sean Ochoa Date: Tue, 16 Apr 2013 07:37:30 -0700 Subject: [PATCH 1/2] Added .gitignore file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..926ccaa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +doc/tags From b6813e4280d42a7d8709b0c2b87c67a4650c69f4 Mon Sep 17 00:00:00 2001 From: Sean Ochoa Date: Tue, 16 Apr 2013 07:39:40 -0700 Subject: [PATCH 2/2] Updated README. --- README => README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) rename README => README.md (52%) diff --git a/README b/README.md similarity index 52% rename from README rename to README.md index 56bf86f..78e5d45 100644 --- a/README +++ b/README.md @@ -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.