commit | 61c3519b78c19824e590828198802a3f65595ad5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 13 00:01:43 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 13 00:01:43 2012 +0100 |
tree | e0b1094379c9c5c9e60d62dbc2d5d2b67e5d6014 | |
parent | a64ba220f0172049c5407a3020dcd687911a5a31 [diff] [blame] |
updated for version 7.3.444 Problem: ":all!" and ":sall!" give error E477, even though the documentation says these are valid commands. Solution: Support the exclamation mark. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 2461456..bf32d28 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 444, +/**/ 443, /**/ 442,