diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-24 17:53:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-24 17:53:47 +0100 |
commit | ced68a0070dac059fc978a1a99e2893edf158116 (patch) | |
tree | 353fc66a6adcd5fb112e6d04443411d1c7f06aa7 /src/version.c | |
parent | 8323cab31c3120a7f80cf3271a506a30ec04d99e (diff) | |
download | vim-git-8.2.2403.tar.gz |
patch 8.2.2403: Vim9: profiling if/elseif/endif not correctv8.2.2403
Problem: Vim9: profiling if/elseif/endif not correct.
Solution: Add profile instructions. Fix that "elseif" was wrong.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1a7994b9c..554231fd0 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2403, +/**/ 2402, /**/ 2401, |