mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-07 12:44:27 +08:00
remove useless code
This commit is contained in:
@@ -145,14 +145,6 @@ function! s:Setup()
|
|||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
if ! exists("b:indentLine_bufNr")
|
|
||||||
let b:indentLine_bufNr = bufnr('%')
|
|
||||||
let g:indentLine_bufNr = bufnr('%')
|
|
||||||
elseif g:indentLine_bufNr != bufnr('%') && &hidden
|
|
||||||
let g:indentLine_bufNr = bufnr('%')
|
|
||||||
return
|
|
||||||
endif
|
|
||||||
|
|
||||||
if &filetype ==# ""
|
if &filetype ==# ""
|
||||||
call s:InitColor()
|
call s:InitColor()
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user