comparison src/version.c @ 29501:69d24e60f4f8 v9.0.0092

patch 9.0.0092: plugins cannot change v:completed_item Commit: https://github.com/vim/vim/commit/61021aa318ca4c4a6b0182ee93388b2e9b5eefba Author: Shougo Matsushita <Shougo.Matsu@gmail.com> Date: Wed Jul 27 14:40:00 2022 +0100 patch 9.0.0092: plugins cannot change v:completed_item Problem: Plugins cannot change v:completed_item. Solution: Make v:completed_item writeable. (Shougo Matsushita, closes #10801)
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Jul 2022 15:45:03 +0200
parents 13a57ebccde1
children e6e18c0a1694
comparison
equal deleted inserted replaced
29500:57d7422e07fa 29501:69d24e60f4f8
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 92,
738 /**/ 740 /**/
739 91, 741 91,
740 /**/ 742 /**/
741 90, 743 90,
742 /**/ 744 /**/