liuchengxu / vim-better-default

:art: Simplify your .vimrc and make the default vim better
MIT License
157 stars 37 forks source link

Fix shell open failed in neovim #16

Closed fno2010 closed 6 years ago

fno2010 commented 6 years ago

Discussion in liuchengxu/space-vim#195, change if-condition to has('nvim') || has('terminal') to support both neovim and vim 8+.

Signed-off-by: jensenzhang jingxuan.n.zhang@gmail.com

liuchengxu commented 6 years ago

Thanks!