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 35d7a2f commit ad73cc2Copy full SHA for ad73cc2
2 files changed
src/testdir/test_spell_utf8.vim
@@ -811,9 +811,7 @@ func Test_check_empty_line()
811
sil! norm P]svc
812
norm P]s
813
814
- " set 'encoding' to clear the wordt list
815
- set enc=latin1
816
- set enc=utf-8
+ " TODO: should we clear the word list?
817
bwipe!
818
endfunc
819
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 5074,
739
/**/
740
5073,
741
0 commit comments