commit | be82c254862e475a582c0717455e1db6bf96b0d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 14:44:08 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 14:44:08 2016 +0100 |
tree | 11dfa9bbaf41ce597a37afb20bbd7f1bcb3eb7d6 | |
parent | 2588b5a43f049ddf542991050260237051caad77 [diff] [blame] |
patch 7.4.1499 Problem: No error message when :packadd does not find anything. Solution: Add an error message. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 1bcccd8..6ce3993 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1499, +/**/ 1498, /**/ 1497,