Problem: Visual test fails on MS-Windows.
Solution: Set 'isprint' so that the character used is not printable.
func Test_visual_block_append_invalid_char()
" this was going over the end of the line
+ set isprint=@,161-255
new
call setline(1, [' let xxx', 'xxxxx\88', 'xxxxxxxxxxx'])
exe "normal 0\<C-V>jjA-\<Esc>"
call assert_equal([' - let xxx', 'xxxxx -\88', 'xxxxxxxx-xxx'], getline(1, 3))
bwipe!
+ set isprint&
endfunc
func Test_visual_reselect_with_count()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4121,
/**/
4120,
/**/