commit | 2e80095501238e0c6b702ac7cdfa2e2b763dba28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 19:34:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 19:34:48 2020 +0200 |
tree | b4768ed6a42285874dff041b2e18d1e22d9bbd98 | |
parent | 6c53fca02301ff871cddc1c74c388e23e53a424a [diff] [blame] |
patch 8.2.1518: Vim9: cannot assign to local option Problem: Vim9: cannot assign to local option. Solution: Skip over "&l:" and "&g:". (closes #6749)
diff --git a/src/version.c b/src/version.c index 9eb448b..7b52e05 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1518, +/**/ 1517, /**/ 1516,