parent
fbd690fc85
commit
0b300f411f
|
@ -44,7 +44,8 @@ endfunction
|
||||||
" Function: #insane_in_the_membrane {{{1
|
" Function: #insane_in_the_membrane {{{1
|
||||||
function! startify#insane_in_the_membrane() abort
|
function! startify#insane_in_the_membrane() abort
|
||||||
" Handle vim -y, vim -M.
|
" Handle vim -y, vim -M.
|
||||||
if &insertmode || (!&modifiable && &filetype != 'startify')
|
if &insertmode
|
||||||
|
\ || (!&modifiable && &buftype != 'terminal' && &filetype != 'startify')
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue