comparison 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
comparison
equal deleted inserted replaced
27052:3e28829de2c3 27053:58cfcd3ed15b
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4055,
753 /**/ 755 /**/
754 4054, 756 4054,
755 /**/ 757 /**/
756 4053, 758 4053,
757 /**/ 759 /**/