comparison src/version.c @ 14522:97641c4f5687 v8.1.0274

patch 8.1.0274: 'incsearch' triggers on ":source" commit https://github.com/vim/vim/commit/21f990e1c22ffa2fdb66a548ebbe25e6e7194776 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 11 19:20:49 2018 +0200 patch 8.1.0274: 'incsearch' triggers on ":source" Problem: 'incsearch' triggers on ":source". Solution: Check for the whole command name.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Aug 2018 19:30:05 +0200
parents 20866abc790b
children e36d6e01708c
comparison
equal deleted inserted replaced
14521:3c5a52ee583c 14522:97641c4f5687
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 274,
797 /**/ 799 /**/
798 273, 800 273,
799 /**/ 801 /**/
800 272, 802 272,
801 /**/ 803 /**/