commit | 2c61ec65e8dddcaf9bb5751f6dead97f2a794593 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 19:16:34 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 19:16:34 2015 +0200 |
tree | 8bee44b0d6ce0e189f151991e53868ccc4889ccc | |
parent | efcabd6892ad89a4585fb77aa94c3b1802b784ab [diff] [blame] |
patch 7.4.776 Problem: Equivalence class for 'd' does not work correctly. Solution: Fix 0x1e0f and 0x1d0b. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 9a7aa78..ddc8658 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 776, +/**/ 775, /**/ 774,