commit | 79cdf80bed3192add70882bc0aaeede91cc74300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 17:39:05 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 18 17:39:05 2020 +0100 |
tree | 6e07da14c05b1671b046a9c2f06a25d688817138 | |
parent | d92cc130fbb1beacf6411ee5837545f46f9be90e [diff] [blame] |
patch 8.2.2013: Vim9: not skipping white space after unary minus Problem: Vim9: not skipping white space after unary minus. Solution: Skip whitespace. (closes #7324)
diff --git a/src/version.c b/src/version.c index 0f0ccda..3f5cd79 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2013, +/**/ 2012, /**/ 2011,