mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +01:00
Pass arguments to autoload/tagbar.vim
This commit is contained in:
@@ -2854,12 +2854,8 @@ function! tagbar#ToggleWindow()
|
||||
call s:ToggleWindow()
|
||||
endfunction
|
||||
|
||||
function! tagbar#OpenWindow()
|
||||
call s:OpenWindow(0)
|
||||
endfunction
|
||||
|
||||
function! tagbar#OpenWindow()
|
||||
call s:OpenWindow(1)
|
||||
function! tagbar#OpenWindow(...)
|
||||
call s:OpenWindow(a:1)
|
||||
endfunction
|
||||
|
||||
function! tagbar#CloseWindow()
|
||||
|
||||
Reference in New Issue
Block a user