comparison src/version.c @ 14254:1cfeee3ba4cd v8.1.0143

patch 8.1.0143: matchit and matchparen don't handle E363 commit https://github.com/vim/vim/commit/3d1d6475f9665660c80cc53a7da2d5450b8b8d08 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 3 18:18:23 2018 +0200 patch 8.1.0143: matchit and matchparen don't handle E363 Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Jul 2018 18:30:06 +0200
parents b557af8dedab
children a1d21fc6e457
comparison
equal deleted inserted replaced
14253:a0586da3a85b 14254:1cfeee3ba4cd
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 143,
792 /**/ 794 /**/
793 142, 795 142,
794 /**/ 796 /**/
795 141, 797 141,
796 /**/ 798 /**/