commit | ced68a0070dac059fc978a1a99e2893edf158116 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 17:53:47 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 17:53:47 2021 +0100 |
tree | 353fc66a6adcd5fb112e6d04443411d1c7f06aa7 | |
parent | 8323cab31c3120a7f80cf3271a506a30ec04d99e [diff] [blame] |
patch 8.2.2403: Vim9: profiling if/elseif/endif not correct Problem: Vim9: profiling if/elseif/endif not correct. Solution: Add profile instructions. Fix that "elseif" was wrong.
diff --git a/src/version.c b/src/version.c index 1a7994b..554231f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2403, +/**/ 2402, /**/ 2401,