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 c154274 commit 397eadbCopy full SHA for 397eadb
4 files changed
src/Makefile
@@ -2061,6 +2061,7 @@ test_arglist \
2061
test_cscope \
2062
test_cursor_func \
2063
test_delete \
2064
+ test_digraph \
2065
test_ex_undo \
2066
test_execute_func \
2067
test_expand \
src/testdir/test_alot.vim
@@ -5,6 +5,7 @@ source test_assign.vim
5
source test_autocmd.vim
6
source test_cursor_func.vim
7
source test_delete.vim
8
+source test_digraph.vim
9
source test_execute_func.vim
10
source test_ex_undo.vim
11
source test_expand.vim
0 commit comments