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