commit | 658217276fccb5e53cdf4ba0f023bca80e0a8fed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 18:58:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 18:58:54 2020 +0200 |
tree | a0aa34fc0291bcae11852949e77342c08b6721b8 | |
parent | 7226e5b19bd6e081043cbcc32541ef72bbdf667d [diff] [blame] |
patch 8.2.1357: Vim9: cannot assign to / register Problem: Vim9: cannot assign to / register. Solution: Adjust check for assignment.
diff --git a/src/version.c b/src/version.c index b04f4fe..a905979 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1357, +/**/ 1356, /**/ 1355,