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:
@@ -399,6 +399,8 @@ func Test_copy_winopt()
|
|||||||
bnext
|
bnext
|
||||||
call assert_equal(4,&numberwidth)
|
call assert_equal(4,&numberwidth)
|
||||||
bw!
|
bw!
|
||||||
|
|
||||||
|
set hidden&
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_shortmess_F()
|
func Test_shortmess_F()
|
||||||
|
@@ -794,6 +794,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
322,
|
||||||
/**/
|
/**/
|
||||||
321,
|
321,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user