Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jkocherhans/vimfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jkocherhans committed Apr 14, 2011
2 parents 9e2094d + f5a83d0 commit 01fdea3
Show file tree
Hide file tree
Showing 6 changed files with 2,552 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
7 changes: 7 additions & 0 deletions bundle/tagbar/README
Original file line number Diff line number Diff line change
@@ -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.
Loading

0 comments on commit 01fdea3

Please sign in to comment.