comparison src/version.c @ 23614:455ad460ff4f v8.2.2349

patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Commit: https://github.com/vim/vim/commit/2415669348c455df0d1b9bf55b17a06d2f990c19 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 14 20:35:49 2021 +0100 patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end Problem: Vim9: cannot handle line break after parenthesis at line end. Solution: Skip over line break. (closes https://github.com/vim/vim/issues/7677)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Jan 2021 20:45:05 +0100
parents 8dbebce07695
children 8b6d289d182e
comparison
equal deleted inserted replaced
23613:cbabd97da7d8 23614:455ad460ff4f
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 2349,
753 /**/ 755 /**/
754 2348, 756 2348,
755 /**/ 757 /**/
756 2347, 758 2347,
757 /**/ 759 /**/