Make autocommand more readable

This commit is contained in:
Jan Larres 2011-02-09 18:31:36 +13:00
parent a21290dbdc
commit 5f400b06b7

View File

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