Skip to content

Commit

Permalink
polish: quickui#tools#preview_tag()
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Jan 21, 2020
1 parent e30b486 commit ac5fa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/quickui/tools.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac5fa9f

Please sign in to comment.