commit | 89c79b99328b66f77f1d12dc8c6701dfe2c57f15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:18:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:18:41 2016 +0200 |
tree | bbb6dedac5f7f54db8c050873375b9973d19c520 | |
parent | cefe4f994853c2d4866e2aa4ea3e3f36ab2fea13 [diff] [blame] |
patch 7.4.1818 Problem: Help completion adds @en to all matches except the first one. Solution: Remove "break", go over all items.
diff --git a/src/version.c b/src/version.c index 79ca5cd..1045c21 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1818, +/**/ 1817, /**/ 1816,