1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Fix typo in help (#711)

This commit is contained in:
Chi Cao Minh
2020-11-20 00:20:11 -08:00
committed by GitHub
parent 68a77323cb
commit 9b8619bab5

View File

@@ -2098,7 +2098,7 @@ function! s:PrintHelp() abort
\ ['preview', 'As above, but stay in tagbar window'],
\ ['previewwin', 'Show tag in preview window'],
\ ['nexttag', 'Go to next top-level tag'],
\ ['prevtag', 'Go to preveous top-level tag'],
\ ['prevtag', 'Go to previous top-level tag'],
\ ['showproto', 'Display tag prototype'],
\ ['hidenonpublic', 'Hide non-public tags'],
\ ]