We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
quickui#tools#preview_tag()
1 parent e30b486 commit ac5fa9fCopy full SHA for ac5fa9f
autoload/quickui/tools.vim
@@ -300,7 +300,7 @@ function! quickui#tools#preview_tag(tagname)
300
endif
301
302
if len(ptag.taglist) == 0
303
- call quickui#utils#errmsg('E257: preview: tag not find "' . a:tagname . '"')
+ call quickui#utils#errmsg('E257: preview: tag not find "' . tagname . '"')
304
return 1
305
306
if ptag.index >= len(ptag.taglist) || ptag.index < 0
0 commit comments