commit | 23d1b62746dce048c80cc19e7e5af1d513b6b4cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 19:18:04 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 19:18:04 2015 +0200 |
tree | fdb2f81d29bd5cbab24845208f3d921279e45d20 | |
parent | f59c73da1e8eb16e7b49b4465aedd1d6ddacc6fd [diff] [blame] |
patch 7.4.895 Problem: Custom command line completion does not work for a command containing digits. Solution: Skip over the digits. (suggested by Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index ee49081..746b629 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 895, +/**/ 894, /**/ 893,