diff options
| author | Gregory Anders <greg@gpanders.com> | 2021-08-17 21:30:58 -0600 |
|---|---|---|
| committer | Gregory Anders <greg@gpanders.com> | 2021-08-18 12:17:12 -0600 |
| commit | d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e (patch) | |
| tree | 051f9f743f3786de6997f7f1f8e88e1ee6d8bcc5 /src/nvim/testdir/test_diffmode.vim | |
| parent | d417e67e595a9eb19797866e91bb80b4fe299a94 (diff) | |
| download | rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.tar.gz rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.tar.bz2 rneovim-d8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e.zip | |
test: update tests to work with 'hidden'
Diffstat (limited to 'src/nvim/testdir/test_diffmode.vim')
| -rw-r--r-- | src/nvim/testdir/test_diffmode.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_diffmode.vim b/src/nvim/testdir/test_diffmode.vim index 5c9c1ce884..f39cda7663 100644 --- a/src/nvim/testdir/test_diffmode.vim +++ b/src/nvim/testdir/test_diffmode.vim @@ -540,7 +540,7 @@ func Test_diffopt_hiddenoff() bwipe! bwipe! - set hidden& diffopt& + set nohidden diffopt& endfunc func Test_diffoff_hidden() @@ -577,7 +577,7 @@ func Test_diffoff_hidden() bwipe! bwipe! - set hidden& diffopt& + set nohidden diffopt& endfunc func Test_setting_cursor() |