Skip to content

Commit 397eadb

Browse files
committed
patch 7.4.2082
Problem: Not much test coverage for digraphs. Solution: Add a new style digraph test. (Christian Brabandt)
1 parent c154274 commit 397eadb

4 files changed

Lines changed: 434 additions & 0 deletions

File tree

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,6 +2061,7 @@ test_arglist \
20612061
test_cscope \
20622062
test_cursor_func \
20632063
test_delete \
2064+
test_digraph \
20642065
test_ex_undo \
20652066
test_execute_func \
20662067
test_expand \

src/testdir/test_alot.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source test_assign.vim
55
source test_autocmd.vim
66
source test_cursor_func.vim
77
source test_delete.vim
8+
source test_digraph.vim
89
source test_execute_func.vim
910
source test_ex_undo.vim
1011
source test_expand.vim

0 commit comments

Comments
 (0)