commit | 683581eb4980eda27d6438caab85c0a9cf551c24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 21:22:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 21:22:58 2020 +0200 |
tree | b8485f3863e4645d6feaab512c1d4f1b4f219504 | |
parent | 081db1a66d17e46ac3b03b7514f11a004a35009a [diff] [blame] |
patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaks Problem: Vim9: skipping over expression doesn't handle line breaks. Solution: Pass evalarg to skip_expr(). (closes #7157)
diff --git a/src/version.c b/src/version.c index 2340ab8..4b27b16 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1891, +/**/ 1890, /**/ 1889,