commit | 360da40b47a84ee8586c3b5d062f8c64a2ac9cc6 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed May 18 15:04:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 18 15:04:02 2022 +0100 |
tree | 0be4a080f9ef8f262bf93da97dd512de6cfdea98 | |
parent | e2bd8600b873d2cd1f9d667c28cba8b1dba18839 [diff] [blame] |
patch 8.2.4978: no error if engine selection atom is not at the start Problem: No error if engine selection atom is not at the start. Solution: Give an error. (Christian Brabandt, closes #10439)
diff --git a/src/version.c b/src/version.c index 782642b..854de45 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4978, +/**/ 4977, /**/ 4976,