commit | 35ca0e7a1cb6e6daef8e0052a8437801226cef19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 17:41:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 17:41:49 2016 +0100 |
tree | ce62743d4ab746c29b4a080bd44ac06f32fe00dd | |
parent | 019b9c644e92742e37efc08fef47c2620a01b6b3 [diff] [blame] |
patch 7.4.1492 Problem: No command line completion for ":packadd". Solution: Implement completion. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index bc1b812..51c2b81 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1492, +/**/ 1491, /**/ 1490,