commit | b816dae16dbeec91ccb6fd1c0289b86b4ad5d7b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 22:04:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 22:04:00 2020 +0200 |
tree | 2638cb0355920d8e7704abebf99c46501dd1496e | |
parent | 809fcecddce59ccb59384d63f5e0505c89f69209 [diff] [blame] |
patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reason Problem: Vim9: :def function disallows "firstline" and "lastline" argument names for no good reason. Solution: Don't check the arguments for a :def function. (closes #6986)
diff --git a/src/version.c b/src/version.c index dd1934d..2344ddf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1718, +/**/ 1717, /**/ 1716,