Skip to content

Commit ac5fa9f

Browse files
author
skywind3000
committed
polish: quickui#tools#preview_tag()
1 parent e30b486 commit ac5fa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/quickui/tools.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function! quickui#tools#preview_tag(tagname)
300300
endif
301301
endif
302302
if len(ptag.taglist) == 0
303-
call quickui#utils#errmsg('E257: preview: tag not find "' . a:tagname . '"')
303+
call quickui#utils#errmsg('E257: preview: tag not find "' . tagname . '"')
304304
return 1
305305
endif
306306
if ptag.index >= len(ptag.taglist) || ptag.index < 0

0 commit comments

Comments
 (0)