From 68d425ac92599089047d98f1c533981ea917fed1 Mon Sep 17 00:00:00 2001 From: bfredl Date: Mon, 25 Sep 2023 12:26:01 +0200 Subject: refactor: remove 'shortmess' save/restore panic for ex commands This was only used to avoid the effect of SHM_OVERALL. This can easily be handled in isolation, instead of clearing out all of 'shortmess' which has unwanted side effects and mystifies what really is going on. --- test/old/testdir/test_autocmd.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/old/testdir/test_autocmd.vim b/test/old/testdir/test_autocmd.vim index 453ac10c00..b3238e8214 100644 --- a/test/old/testdir/test_autocmd.vim +++ b/test/old/testdir/test_autocmd.vim @@ -3671,7 +3671,7 @@ endfunc func SetupVimTest_shm() let g:bwe = [] let g:brp = [] - set shortmess+=F + set shortmess-=l messages clear let dirname='XVimTestSHM' -- cgit