comparison src/version.c @ 21096:74e5e212e550 v8.2.1099

patch 8.2.1099: Vim9: cannot use line break in :cexpr argument Commit: https://github.com/vim/vim/commit/37c837119579ff70b005a4e54c2e26ca42b74022 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 30 21:18:36 2020 +0200 patch 8.2.1099: Vim9: cannot use line break in :cexpr argument Problem: Vim9: cannot use line break in :cexpr argument. Solution: Check for line break.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Jun 2020 21:30:04 +0200
parents 376b520312d6
children e88b0daa2fcb
comparison
equal deleted inserted replaced
21095:989c7526a1b2 21096:74e5e212e550
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1099,
757 /**/ 759 /**/
758 1098, 760 1098,
759 /**/ 761 /**/
760 1097, 762 1097,
761 /**/ 763 /**/