Skip to content

Commit

Permalink
Change default hide_nonpublic mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Feb 10, 2014
1 parent 3fdefba commit 614b5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tagbar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ P Open the tag in a |preview-window|.
<Space> Display the prototype of the current tag (i.e. the line defining
it) in the command line.
Map option: tagbar_map_showproto
h Hide tags that are declared non-public. Tags without any
v Hide tags that are declared non-public. Tags without any
visibility information will still be shown.
Map option: tagbar_map_hidenonpublic
+/zo Open the fold under the cursor.
Expand Down
2 changes: 1 addition & 1 deletion plugin/tagbar.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let s:keymaps = [
\ ['nexttag', '<C-N>'],
\ ['prevtag', '<C-P>'],
\ ['showproto', '<Space>'],
\ ['hidenonpublic', 'h'],
\ ['hidenonpublic', 'v'],
\
\ ['openfold', ['+', '<kPlus>', 'zo']],
\ ['closefold', ['-', '<kMinus>', 'zc']],
Expand Down

0 comments on commit 614b5b2

Please sign in to comment.