commit | 05fe017c1ac0503b706dad695097572fde01ab0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 13:54:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 13:54:48 2016 +0100 |
tree | 126e4cc32c671bb730a6326456dbd04ac2017eb2 | |
parent | 5fa4d448fb717874b6619bcda62e42190702997c [diff] [blame] |
patch 7.4.1075 Problem: Crash when using an invalid command. Solution: Fix generating the error message. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index d1b5124..0eaa1b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1075, +/**/ 1074, /**/ 1073,