comparison src/version.c @ 14534:8fa7f5ff2649 v8.1.0280

patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/" commit https://github.com/vim/vim/commit/def7b1dc6104a6ce6d7c3e3a615231178601b124 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 13 22:54:35 2018 +0200 patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/" Problem: 'incsearch' highlighting does not work for ":g!/". Solution: Skip the exclamation mark. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Aug 2018 23:00:05 +0200
parents 58cc47fae12e
children 4caa51067cb8
comparison
equal deleted inserted replaced
14533:358090a18f5b 14534:8fa7f5ff2649
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 280,
797 /**/ 799 /**/
798 279, 800 279,
799 /**/ 801 /**/
800 278, 802 278,
801 /**/ 803 /**/