comparison src/version.c @ 21034:2f8b0812819f v8.2.1068

patch 8.2.1068: Vim9: no line break allowed inside a dict Commit: https://github.com/vim/vim/commit/8ea9390b78da9e34a20e7418712921397c0c1989 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 27 14:11:53 2020 +0200 patch 8.2.1068: Vim9: no line break allowed inside a dict Problem: Vim9: no line break allowed inside a dict. Solution: Handle line break inside a dict in Vim9 script.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jun 2020 14:15:04 +0200
parents f80e822a310d
children f58ee30d863f
comparison
equal deleted inserted replaced
21033:3b26a83c36c3 21034:2f8b0812819f
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 1068,
757 /**/ 759 /**/
758 1067, 760 1067,
759 /**/ 761 /**/
760 1066, 762 1066,
761 /**/ 763 /**/