commit | e6b5324e3a3d354363f3c48e784c42ce3e77453f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 17:28:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 17:28:33 2020 +0200 |
tree | 7e4ddd66d330a898256b3ea8060768a761aa2cc2 | |
parent | 086eb18ba16164ca5258068cff9c4b2db742f2ef [diff] [blame] |
patch 8.2.1110: Vim9: line continuation does not work in function arguments Problem: Vim9: line continuation does not work in function arguments. Solution: Pass "evalarg" to get_func_tv(). Fix seeing double quoted string as comment.
diff --git a/src/version.c b/src/version.c index 128fe6c..e7dc813 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1110, +/**/ 1109, /**/ 1108,