mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Remove unneeded function
This commit is contained in:
@@ -966,7 +966,7 @@ function! s:CreateAutocommands()
|
||||
autocmd BufEnter,CursorHold,FileType * call
|
||||
\ s:AutoUpdate(fnamemodify(expand('<afile>'), ':p'))
|
||||
autocmd BufDelete,BufUnload,BufWipeout * call
|
||||
\ s:CleanupFileinfo(fnamemodify(expand('<afile>'), ':p'))
|
||||
\ s:known_files.rm(fnamemodify(expand('<afile>'), ':p'))
|
||||
|
||||
autocmd VimEnter * call s:CorrectFocusOnStartup()
|
||||
augroup END
|
||||
@@ -2920,11 +2920,6 @@ function! s:CleanUp()
|
||||
unlet s:short_help
|
||||
endfunction
|
||||
|
||||
" s:CleanupFileinfo() {{{2
|
||||
function! s:CleanupFileinfo(fname)
|
||||
call s:known_files.rm(a:fname)
|
||||
endfunction
|
||||
|
||||
" s:DetectFiletype() {{{2
|
||||
function! s:DetectFiletype(bufnr)
|
||||
" Filetype has already been detected for loaded buffers, but not
|
||||
|
||||
Reference in New Issue
Block a user