commit | d94ac0caca12c6ceb54b07fc932edba84a5f60f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 20:24:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 20:24:59 2019 +0200 |
tree | 5a13ca103450a14dc5f3551aeb2de918f81b3e67 | |
parent | b7b9efbccfe17ee3f7b1bb877b7745d5bfbf0804 [diff] [blame] |
patch 8.1.1672: "make cmdidxs" doesn't work Problem: "make cmdidxs" doesn't work. Solution: Update macro names. (Naruhiko Nishino, closes #4660)
diff --git a/src/version.c b/src/version.c index 9825924..ea5de7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1672, +/**/ 1671, /**/ 1670,