From ac5fa9f9d68cd191a4523a7820694e931b044e65 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 22 Jan 2020 03:44:10 +0800 Subject: [PATCH] polish: `quickui#tools#preview_tag()` --- autoload/quickui/tools.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/quickui/tools.vim b/autoload/quickui/tools.vim index 6b12f34..6f09ed0 100644 --- a/autoload/quickui/tools.vim +++ b/autoload/quickui/tools.vim @@ -300,7 +300,7 @@ function! quickui#tools#preview_tag(tagname) endif endif if len(ptag.taglist) == 0 - call quickui#utils#errmsg('E257: preview: tag not find "' . a:tagname . '"') + call quickui#utils#errmsg('E257: preview: tag not find "' . tagname . '"') return 1 endif if ptag.index >= len(ptag.taglist) || ptag.index < 0