commit | 0ba89ec47c4c43414a89a6944803e2e1331a761d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 09 21:48:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 09 21:48:11 2019 +0100 |
tree | 9ea5d524acd8f78f2ccc0bb5fde78c59d82f8c66 | |
parent | 0ff822d2ebf0d130516631734b00179ba8dd8251 [diff] [blame] |
patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windows Problem: Cannot update ex_cmdidxs.h on MS-Windows. Solution: Add build rules and dependencies. (Ken Takata, closes #5337)
diff --git a/src/version.c b/src/version.c index 1d6d323..d4a8e23 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2413, +/**/ 2412, /**/ 2411,