From 9b8619bab586ac2d4791541f42e1664d38e6335d Mon Sep 17 00:00:00 2001 From: Chi Cao Minh Date: Fri, 20 Nov 2020 00:20:11 -0800 Subject: [PATCH] Fix typo in help (#711) --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 666196b..39b297a 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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'], \ ]