comparison src/version.c @ 29619:842690841d50 v9.0.0150

patch 9.0.0150: error for using #{ in an expression is a bit confusing Commit: https://github.com/vim/vim/commit/25f40af9d2f04d18c8a276249f2794e83aa5c290 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 6 11:35:28 2022 +0100 patch 9.0.0150: error for using #{ in an expression is a bit confusing Problem: Error for using #{ in an expression is a bit confusing. Solution: Mention that this error is only given for an expression. Avoid giving the error more than once. (closes #10855)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Aug 2022 12:45:03 +0200
parents ee5acbac6abe
children f1ed6f520d09
comparison
equal deleted inserted replaced
29618:ad8fa115e062 29619:842690841d50
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 150,
738 /**/ 740 /**/
739 149, 741 149,
740 /**/ 742 /**/
741 148, 743 148,
742 /**/ 744 /**/