summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-23 22:53:22 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-23 22:53:22 +0100
commit1082772f4c29bceebf5eb06f7e1f01bd143a2131 (patch)
tree8f20c24e43f9c06e08b366eaef0976b34f902ab1 /src/version.c
parentd7b7770f11c16cfac707b5048c61e722dcc903a6 (diff)
downloadvim-git-1082772f4c29bceebf5eb06f7e1f01bd143a2131.tar.gz
patch 8.2.0439: :disassemble has minor flawsv8.2.0439
Problem: :disassemble has minor flaws. Solution: Format the code. Use (int) instead of (char) for %c. (also by James McCoy, closes #5831)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 82d93e529..009266b94 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 439,
+/**/
438,
/**/
437,