diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-20 22:01:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-20 22:01:12 +0200 |
commit | 397eadbe25370394e0dc3cb18766533a15b8d1c0 (patch) | |
tree | 0ed23b9733b7a414ec60c274eccc765e6d25024f /src/testdir/test_alot.vim | |
parent | c1542744e788d96fed24dd421f43009288092504 (diff) | |
download | vim-397eadbe25370394e0dc3cb18766533a15b8d1c0.zip |
patch 7.4.2082
Problem: Not much test coverage for digraphs.
Solution: Add a new style digraph test. (Christian Brabandt)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index e9c84398e..e87ff90eb 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -5,6 +5,7 @@ source test_assign.vim source test_autocmd.vim source test_cursor_func.vim source test_delete.vim +source test_digraph.vim source test_execute_func.vim source test_ex_undo.vim source test_expand.vim |