mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.0016: test name used twice, option not restored properly
Problem: Test name used twice, option not restored properly. Solution: Rename function, restore option with "&".
This commit is contained in:
parent
e74331db4b
commit
a48e78e11f
@ -906,7 +906,7 @@ func Test_ra_multibyte()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Test for 'whichwrap' with multi-byte character
|
" Test for 'whichwrap' with multi-byte character
|
||||||
func Test_whichwrap()
|
func Test_whichwrap_multi_byte()
|
||||||
new
|
new
|
||||||
let t =<< trim END
|
let t =<< trim END
|
||||||
á
|
á
|
||||||
@ -917,7 +917,7 @@ func Test_whichwrap()
|
|||||||
|
|
||||||
set whichwrap+=h
|
set whichwrap+=h
|
||||||
normal dh
|
normal dh
|
||||||
set whichwrap-=h
|
set whichwrap&
|
||||||
|
|
||||||
let expected =<< trim END
|
let expected =<< trim END
|
||||||
áx
|
áx
|
||||||
|
@ -742,6 +742,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 */
|
||||||
|
/**/
|
||||||
|
16,
|
||||||
/**/
|
/**/
|
||||||
15,
|
15,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user