comparison src/version.c @ 10863:9130644aec5c v8.0.0321

patch 8.0.0321: errors when trying to use scripts in tiny version commit https://github.com/vim/vim/commit/8cc2a9c062fa38e133a62778518f769a423a2526 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 20:22:30 2017 +0100 patch 8.0.0321: errors when trying to use scripts in tiny version Problem: When using the tiny version trying to load the matchit plugin gives an error. On MS-Windows some default mappings fail. Solution: Add a check if the command used is available. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 20:30:05 +0100
parents 7d82787b3020
children 1a18c0f93ffa
comparison
equal deleted inserted replaced
10862:7fd418047297 10863:9130644aec5c
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 321,
767 /**/ 769 /**/
768 320, 770 320,
769 /**/ 771 /**/
770 319, 772 319,
771 /**/ 773 /**/