1
0
forked from aniani/vim

patch 8.1.0322: Test_copy_winopt() does not restore 'hidden'

Problem:    Test_copy_winopt() does not restore 'hidden'.
Solution:   Restore the option, fix indent. (Ozaki Kiichi, closes #3367)
This commit is contained in:
Bram Moolenaar
2018-08-23 22:20:35 +02:00
parent 4edfe2d2a2
commit 7cb33a14c9
2 changed files with 49 additions and 45 deletions

View File

@@ -399,6 +399,8 @@ func Test_copy_winopt()
bnext
call assert_equal(4,&numberwidth)
bw!
set hidden&
endfunc
func Test_shortmess_F()

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
322,
/**/
321,
/**/