defaults: exclude "S" from 'shortmess' #10136

ref #6289
This commit is contained in:
Justin M. Keyes
2019-06-07 23:11:28 +02:00
committed by GitHub
parent f6f9e4a231
commit bb24fec333
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ local nvim_prog = (
or global_helpers.test_build_dir .. '/bin/nvim'
)
-- Default settings for the test session.
local nvim_set = 'set shortmess+=I background=light noswapfile noautoindent'
local nvim_set = 'set shortmess+=IS background=light noswapfile noautoindent'
..' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
..' belloff= noshowcmd noruler nomore'
local nvim_argv = {nvim_prog, '-u', 'NONE', '-i', 'NONE',