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