1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-03-23 22:53:22 +01:00
parent d7b7770f11
commit 1082772f4c
2 changed files with 18 additions and 10 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
439,
/**/
438,
/**/