comparison src/version.c @ 15613:90f01701ecad v8.1.0814

patch 8.1.0814: :mksession cannot handle a very long 'runtimepath' commit https://github.com/vim/vim/commit/ed18f2c03ae4786b489943cb575bb781a70356e4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 20:30:52 2019 +0100 patch 8.1.0814: :mksession cannot handle a very long 'runtimepath' Problem: :mksession cannot handle a very long 'runtimepath'. (Timothy Madden) Solution: Expand each part separately, instead of the whole option at once. (Christian Brabandt, closes #3466)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 20:45:06 +0100
parents bfcd7ffe9ac2
children 536fca2cee19
comparison
equal deleted inserted replaced
15612:e08d1aa308d8 15613:90f01701ecad
785 NULL 785 NULL
786 }; 786 };
787 787
788 static int included_patches[] = 788 static int included_patches[] =
789 { /* Add new patch number below this line */ 789 { /* Add new patch number below this line */
790 /**/
791 84,
790 /**/ 792 /**/
791 813, 793 813,
792 /**/ 794 /**/
793 812, 795 812,
794 /**/ 796 /**/