We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e889f9 commit 0f113e4Copy full SHA for 0f113e4
src/testdir/test_vartabs.vim
@@ -445,10 +445,10 @@ endfunc
445
func Test_vartabstop_latin1()
446
let save_encoding = &encoding
447
new
448
- set encoding=iso8859
449
- silent norm :se
+ set encoding=iso8859-1
+ silent exe "norm :se \<C-A>\<C-C>"
450
set vartabstop=400
451
- norm i00
+ exe "norm i00\t\<C-D>"
452
bwipe!
453
let &encoding = save_encoding
454
endfunc
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 4437,
755
/**/
756
4436,
757
0 commit comments