remove useless buftype check
This commit is contained in:
parent
661eb7cedd
commit
8b4ba9e763
@ -124,7 +124,6 @@ endfunction
|
|||||||
" Function: s:start {{{1
|
" Function: s:start {{{1
|
||||||
function! s:start(path) abort
|
function! s:start(path) abort
|
||||||
if !filereadable(a:path)
|
if !filereadable(a:path)
|
||||||
\ || !empty(&buftype)
|
|
||||||
\ || (exists('g:signify_skip_filetype') && has_key(g:signify_skip_filetype, &ft))
|
\ || (exists('g:signify_skip_filetype') && has_key(g:signify_skip_filetype, &ft))
|
||||||
\ || (exists('g:signify_skip_filename') && has_key(g:signify_skip_filename, a:path))
|
\ || (exists('g:signify_skip_filename') && has_key(g:signify_skip_filename, a:path))
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user