commit | 42ae78cfff171fbd7412306083fe200245d7a7a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 21:08:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 21:08:58 2019 +0200 |
tree | 20ae99506bc9dfa20816f2c3137e0dd2a9ff09a6 | |
parent | 6b528fa062a5ac6bb5d8bd3abc26f32c65691d00 [diff] [blame] |
patch 8.1.1310: named function arguments are never optional Problem: Named function arguments are never optional. Solution: Support optional function arguments with a default value. (Andy Massimino, closes #3952)
diff --git a/src/version.c b/src/version.c index b8acb8f..57aff32 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1310, +/**/ 1309, /**/ 1308,