commit | d388d2ac8bf8c770bf97dc406e99a20ba5104855 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 16:24:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 16:24:20 2016 +0200 |
tree | f947ce210a2a64c819c4c4395010ab68b6a73d6d | |
parent | 802a0d902fca423acb15f835d7b09183883d79a0 [diff] [blame] |
patch 7.4.1954 Problem: No test for what 7.4.1948 fixes. Solution: Add a test. (Hirohito Higashi, closes #880)
diff --git a/src/Makefile b/src/Makefile index 76b16b6..5c4e44f 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2031,6 +2031,7 @@ test_help_tagjump \ test_history \ test_increment \ + test_increment_dbcs \ test_join \ test_json \ test_langmap \