mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
oldtest: cannot :set term in Nvim
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user