diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57510a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site/ diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..6d67c09 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +markdown: rdiscount +pygments: true diff --git a/_includes/releases.markdown b/_includes/releases.markdown new file mode 100644 index 0000000..27e4683 --- /dev/null +++ b/_includes/releases.markdown @@ -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.
-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.
+Extract the archive or clone the repository into a directory in
+ your 'runtimepath' or use pathogen.
+ Don't forget to run :helptags if you don't use pathogen.
+ If the ctags executable is not installed in one of the directories
+ in your $PATH environment variable you have to set the
+ g:tagbar_ctags_bin variable, see the documentation for more info.
+
+
- Extract the archive or clone the repository into a directory in
- your 'runtimepath' or use pathogen.
- Don't forget to run :helptags if you don't use pathogen.
- If the ctags executable is not installed in one of the directories
- in your $PATH environment variable you have to set the
- g:tagbar_ctags_bin variable, see the documentation for more info.
Vim license
-
-
-
+ Jan Larres (jan@majutsushi.net)
-Vim license
+ + -Jan Larres (jan@majutsushi.net)
+2.1 (2011-05-29) - zip - tar -
2.0.1 (2011-04-26) - zip - tar -
2.0 (2011-04-26) - zip - tar -
You can also clone the project with Git + by running: +
$ git clone git://github.com/majutsushi/tagbar+ -
1.5 (2011-03-06) - zip - tar -
1.2 (2011-02-28) - zip - tar -
1.1 (2011-02-26) - zip - tar -
1.0 (2011-02-23) - zip - tar -
You can also clone the project with Git - by running: -
$ git clone git://github.com/majutsushi/tagbar- - - - -