comparison src/version.c @ 14976:676db1b7fc35 v8.1.0499

patch 8.1.0499: :2vimgrep causes an ml_get error commit https://github.com/vim/vim/commit/1c29943416207e21abbc790eaf563b36789170c2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 28 14:36:09 2018 +0100 patch 8.1.0499: :2vimgrep causes an ml_get error Problem: :2vimgrep causes an ml_get error Solution: Pass tomatch pointer instead of value. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Oct 2018 14:45:05 +0100
parents f8e6b4f82086
children d148cd1163a5
comparison
equal deleted inserted replaced
14975:0b92912925c7 14976:676db1b7fc35
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 499,
795 /**/ 797 /**/
796 498, 798 498,
797 /**/ 799 /**/
798 497, 800 497,
799 /**/ 801 /**/