From bb24fec33355b27daa8971d9ab3a074909137781 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 7 Jun 2019 23:11:28 +0200 Subject: defaults: exclude "S" from 'shortmess' #10136 ref #6289 --- src/nvim/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 3f28190ec3..96e098778c 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2134,7 +2134,7 @@ return { type='string', list='flags', scope={'global'}, vim=true, varname='p_shm', - defaults={if_true={vi="S", vim="filnxtToOFS"}} + defaults={if_true={vi="S", vim="filnxtToOF"}} }, { full_name='showbreak', abbreviation='sbr', -- cgit