commit | 1082772f4c29bceebf5eb06f7e1f01bd143a2131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:53:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:53:22 2020 +0100 |
tree | 8f20c24e43f9c06e08b366eaef0976b34f902ab1 | |
parent | d7b7770f11c16cfac707b5048c61e722dcc903a6 [diff] [blame] |
patch 8.2.0439: :disassemble has minor flaws Problem: :disassemble has minor flaws. Solution: Format the code. Use (int) instead of (char) for %c. (also by James McCoy, closes #5831)
diff --git a/src/version.c b/src/version.c index 82d93e5..009266b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 439, +/**/ 438, /**/ 437,