comparison src/version.c @ 21142:165cea61e974 v8.2.1122

patch 8.2.1122: Vim9: line continuation in dict member not recognized Commit: https://github.com/vim/vim/commit/442af2f89e29fb60790bffde2def9cd74a081780 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 3 21:09:52 2020 +0200 patch 8.2.1122: Vim9: line continuation in dict member not recognized Problem: Vim9: line continuation in dict member not recognized. Solution: Check for line continuation.
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 21:15:04 +0200
parents f86140ad0164
children adae19565eea
comparison
equal deleted inserted replaced
21141:d745abd682f9 21142:165cea61e974
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 1122,
757 /**/ 759 /**/
758 1121, 760 1121,
759 /**/ 761 /**/
760 1120, 762 1120,
761 /**/ 763 /**/