commit | dcc58e031ded8b846a39146112b9b075cbb977d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 20:53:21 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 20:53:21 2020 +0100 |
tree | 7c72a702e15709f6216ff3bc711ed23045af2804 | |
parent | 9b8d62267f583d5dc042920adb1de046959ad11d [diff] [blame] |
patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenient Problem: Vim9: concatenating lines with backslash is inconvenient. Solution: Support concatenating lines starting with '|', useful for :autocmd, :command, etc. (closes #6702)
diff --git a/src/version.c b/src/version.c index 04a0f13..1bf9f49 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2239, +/**/ 2238, /**/ 2237,