oldtest: cannot :set term in Nvim

This commit is contained in:
Justin M. Keyes
2017-08-10 04:11:35 +02:00
parent a0c7e35eee
commit 7dc5e8fb8b

View File

@@ -1,7 +1,9 @@
" Test for displaying stuff " Test for displaying stuff
if !has('gui_running') && has('unix')
set term=ansi " Nvim: `:set term` is not supported.
endif " if !has('gui_running') && has('unix')
" set term=ansi
" endif
source view_util.vim source view_util.vim