From d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 17 Aug 2021 21:30:58 -0600 Subject: test: update tests to work with 'hidden' --- src/nvim/testdir/test_options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/testdir/test_options.vim') diff --git a/src/nvim/testdir/test_options.vim b/src/nvim/testdir/test_options.vim index 8796af7a20..72c151142d 100644 --- a/src/nvim/testdir/test_options.vim +++ b/src/nvim/testdir/test_options.vim @@ -539,7 +539,7 @@ func Test_copy_winopt() call assert_equal(4,&numberwidth) bw! - set hidden& + set nohidden endfunc func Test_shortmess_F() -- cgit