comparison src/version.c @ 14189:0181a2cad0a1 v8.1.0112

patch 8.1.0112: no error when using bad arguments with searchpair() commit https://github.com/vim/vim/commit/3dddb09c98825acefa6f2d94bb369b8e00d7b3e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 19:01:59 2018 +0200 patch 8.1.0112: no error when using bad arguments with searchpair() Problem: No error when using bad arguments with searchpair(). Solution: Add error messages.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 19:15:06 +0200
parents b79453d0d01c
children ec39f281e3e8
comparison
equal deleted inserted replaced
14188:741f735b86dc 14189:0181a2cad0a1
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 112,
792 /**/ 794 /**/
793 111, 795 111,
794 /**/ 796 /**/
795 110, 797 110,
796 /**/ 798 /**/