1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-02-01 13:35:45 +01:00

Make 'open' commands a bit more intuitive

This commit is contained in:
Jan Larres
2012-07-31 16:42:18 +12:00
parent e690a5e97d
commit f3c1a93017
3 changed files with 4 additions and 6 deletions

View File

@@ -1597,9 +1597,6 @@ function! s:OpenWindow(flags) abort
if tagbarwinnr != -1
if winnr() != tagbarwinnr && jump
call s:winexec(tagbarwinnr . 'wincmd w')
if autoclose
let w:autoclose = autoclose
endif
call s:HighlightTag(1, curline)
endif
call s:LogDebugMessage("OpenWindow finished, Tagbar already open")