1
0
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:
Bram Moolenaar 2022-02-23 10:52:41 +00:00
parent 9cd4c0fb98
commit 2dada73a4e
2 changed files with 4 additions and 1 deletions

View File

@ -446,11 +446,12 @@ func Test_vartabstop_latin1()
let save_encoding = &encoding let save_encoding = &encoding
new new
set encoding=iso8859-1 set encoding=iso8859-1
silent exe "norm :se \<C-A>\<C-C>" set compatible linebreak list revins smarttab
set vartabstop=400 set vartabstop=400
exe "norm i00\t\<C-D>" exe "norm i00\t\<C-D>"
bwipe! bwipe!
let &encoding = save_encoding let &encoding = save_encoding
set nocompatible linebreak& list& revins& smarttab& vartabstop&
endfunc endfunc

View File

@ -750,6 +750,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 */
/**/
4452,
/**/ /**/
4451, 4451,
/**/ /**/