commit | 2f1980f7b74a6a47d72f9c56417bc4ad47c6b66c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 19:30:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 22 19:30:06 2020 +0200 |
tree | d80f47ee5b487aa356f079467b9ca35e0ed93fce | |
parent | 054f14bbe58fece17f1a74ca63f0b37518f0b4de [diff] [blame] |
patch 8.2.1270: Vim9: not skipping over function type declaration Problem: Vim9: not skipping over function type declaration with only a return type. Solution: Skip over the return type. (issue #6507)
diff --git a/src/version.c b/src/version.c index cf64327..9ac0340 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1270, +/**/ 1269, /**/ 1268,