1
0
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:
Kien N
2011-06-29 04:09:52 +07:00
parent 889a0d5b88
commit 49ad69c41a

View File

@@ -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()