aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-06-07 23:11:28 +0200
committerGitHub <noreply@github.com>2019-06-07 23:11:28 +0200
commitbb24fec33355b27daa8971d9ab3a074909137781 (patch)
tree343b92eabe73c19aa39ecfd8d6d91122f5d7d3a9 /test/functional/helpers.lua
parentf6f9e4a231708ca45e6dc08def78d9ff12339976 (diff)
downloadrneovim-bb24fec33355b27daa8971d9ab3a074909137781.tar.gz
rneovim-bb24fec33355b27daa8971d9ab3a074909137781.tar.bz2
rneovim-bb24fec33355b27daa8971d9ab3a074909137781.zip
defaults: exclude "S" from 'shortmess' #10136
ref #6289
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index e2639f41e7..cf4c7ce9b7 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -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',