mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
oldtest: cannot :set term
in Nvim
This commit is contained in:
parent
a0c7e35eee
commit
7dc5e8fb8b
@ -1,7 +1,9 @@
|
||||
" Test for displaying stuff
|
||||
if !has('gui_running') && has('unix')
|
||||
set term=ansi
|
||||
endif
|
||||
|
||||
" Nvim: `:set term` is not supported.
|
||||
" if !has('gui_running') && has('unix')
|
||||
" set term=ansi
|
||||
" endif
|
||||
|
||||
source view_util.vim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user