comparison src/version.c @ 29631:9d54c8e6c682 v9.0.0156

patch 9.0.0156: giving E1170 only in an expression is confusing Commit: https://github.com/vim/vim/commit/3f74c0ab32de7ed17dd16d9b06f5455a0bb1c297 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 18:12:06 2022 +0100 patch 9.0.0156: giving E1170 only in an expression is confusing Problem: Giving E1170 only in an expression is confusing. Solution: Give E1170 for any "#{ comment". (closes https://github.com/vim/vim/issues/10855)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 19:15:03 +0200
parents 2f5610696bcd
children e80174903fdf
comparison
equal deleted inserted replaced
29630:2f9626fcda23 29631:9d54c8e6c682
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 156,
738 /**/ 740 /**/
739 155, 741 155,
740 /**/ 742 /**/
741 154, 743 154,
742 /**/ 744 /**/