comparison src/version.c @ 29475:fab3a46d0af7 v9.0.0079

patch 9.0.0079: error in autoload script not reported for 'foldexpr' Commit: https://github.com/vim/vim/commit/6809ff978a5c5b798952db9fa663df9e1776f3ff Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 26 15:10:56 2022 +0100 patch 9.0.0079: error in autoload script not reported for 'foldexpr' Problem: Error in autoload script not reported for 'foldexpr'. Solution: Reset "emsg_off" when auto-loading a script. (closes https://github.com/vim/vim/issues/10685)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 16:15:03 +0200
parents 1c688281673d
children 6387e75a4a6b
comparison
equal deleted inserted replaced
29474:1101803eb1fa 29475:fab3a46d0af7
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 79,
738 /**/ 740 /**/
739 78, 741 78,
740 /**/ 742 /**/
741 77, 743 77,
742 /**/ 744 /**/