Problem: Test for what 8.2.4436 fixes does not check for regression.
Solution: Set several options. (Ken Takata, closes #9830)
let save_encoding = &encoding
new
set encoding=iso8859-1
- silent exe "norm :se \<C-A>\<C-C>"
+ set compatible linebreak list revins smarttab
set vartabstop=400
exe "norm i00\t\<C-D>"
bwipe!
let &encoding = save_encoding
+ set nocompatible linebreak& list& revins& smarttab& vartabstop&
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4452,
/**/
4451,
/**/