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 c4f8338 commit 710b4a1Copy full SHA for 710b4a1
3 files changed
src/testdir/test_alot.vim
@@ -44,6 +44,7 @@ source test_reltime.vim
44
source test_searchpos.vim
45
source test_set.vim
46
source test_sort.vim
47
+source test_sha256.vim
48
source test_statusline.vim
49
source test_syn_attr.vim
50
source test_tabline.vim
src/testdir/test_alot_utf8.vim
@@ -12,3 +12,4 @@ source test_matchadd_conceal_utf8.vim
12
source test_regexp_utf8.vim
13
source test_source_utf8.vim
14
source test_utf8.vim
15
+source test_utf8_comparisons.vim
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 699,
769
/**/
770
698,
771
0 commit comments