comparison src/version.c @ 14962:013b70517b1a v8.1.0492

patch 8.1.0492: "Edit with existing Vim" list can get long commit https://github.com/vim/vim/commit/bf9679ae4684cb0c4e6ef2c24da0f83955d53e57 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 25 11:25:53 2018 +0200 patch 8.1.0492: "Edit with existing Vim" list can get long Problem: "Edit with existing Vim" list can get long. Solution: Move the list to a submenu. (Ken Takata, closes https://github.com/vim/vim/issues/3561)
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Oct 2018 11:30:07 +0200
parents 47931abb9f31
children 2c0bfa167468
comparison
equal deleted inserted replaced
14961:13402923c819 14962:013b70517b1a
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 492,
795 /**/ 797 /**/
796 491, 798 491,
797 /**/ 799 /**/
798 490, 800 490,
799 /**/ 801 /**/