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 5454839 commit e30b486Copy full SHA for e30b486
autoload/quickui/tools.vim
@@ -316,7 +316,7 @@ function! quickui#tools#preview_tag(tagname)
316
call quickui#utils#errmsg('Error: no "line" information in your tags, regenerate with -n')
317
return 3
318
endif
319
- let text = ' ('.(ptag.index + 1).'/'.len(ptag.taglist).') '
+ let text = '('.(ptag.index + 1).'/'.len(ptag.taglist).')'
320
call quickui#preview#open(filename, taginfo.line, 0, text)
321
let text = taginfo.name
322
let text.= ' ('.(ptag.index + 1).'/'.len(ptag.taglist).') '
0 commit comments