diff src/version.c @ 27053:58cfcd3ed15b v8.2.4055

patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec Commit: https://github.com/vim/vim/commit/5e6b9882fe0218ae4878f6ad0561c8654a2277d8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 10 18:50:52 2022 +0000 patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec Problem: Vim9: line break in expression causes v:errmsg to be filled. (Yegappan Lakshmanan) Solution: Do not give an error when skipping over an expression.
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Jan 2022 20:00:05 +0100
parents f17bdc9cda64
children d4e7e3d82e78
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4055,
+/**/
     4054,
 /**/
     4053,