forked from aniani/vim
patch 8.2.4452: test for what 8.2.4436 fixes does not check for regression
Problem: Test for what 8.2.4436 fixes does not check for regression. Solution: Set several options. (Ken Takata, closes #9830)
This commit is contained in:
parent
9cd4c0fb98
commit
2dada73a4e
@ -446,11 +446,12 @@ func Test_vartabstop_latin1()
|
||||
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
|
||||
|
||||
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4452,
|
||||
/**/
|
||||
4451,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user