From 65632006da45d4f464f7616c2648c062476579d4 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 20 Feb 2011 02:32:57 +1300 Subject: [PATCH] Add README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c95f2c4 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +Tagbar is a vim plugin for browsing the tags of source code files. It provides +a sidebar that displays the ctags-generated tags of the current file, ordered +by their scope. This means that for example methods in C++ are displayed under +the class they are defined in. + +Check out the homepage at http://majutsushi.github.com/tagbar/ for more +information.