Problem: Test for visual replace is in wrong function.
Solution: Move it to another function.
call assert_equal("\txaaaa", getline(1))
set softtabstop&
- call setline(1, "xã̳x")
- normal gg0lvrb
- call assert_equal("xbx", getline(1))
-
enew!
set noai bs&vim
if exists('save_t_kD')
normal v$rx
call assert_equal(['x'], getline(1, '$'))
+ " replace a character with composing characters
+ call setline(1, "xã̳x")
+ normal gg0lvrb
+ call assert_equal("xbx", getline(1))
+
bwipe!
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3823,
/**/
3822,
/**/