mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-24 08:22:49 +08:00
Make autocommand more readable
This commit is contained in:
parent
a21290dbdc
commit
5f400b06b7
|
@ -844,8 +844,8 @@ function! s:OpenWindow()
|
|||
autocmd CursorHold __Tagbar__ call s:ShowPrototype()
|
||||
|
||||
" autocmd TabEnter * silent call s:Tlist_Refresh_Folds()
|
||||
autocmd BufEnter,CursorHold * silent call s:AutoUpdate(
|
||||
\ fnamemodify(bufname('%'), ':p'))
|
||||
autocmd BufEnter,CursorHold * silent call
|
||||
\ s:AutoUpdate(fnamemodify(bufname('%'), ':p'))
|
||||
augroup END
|
||||
|
||||
let &cpoptions = cpoptions_save
|
||||
|
|
Loading…
Reference in New Issue
Block a user