comparison src/version.c @ 18457:71199e360948 v8.1.2222

patch 8.1.2222: accessing invalid memory Commit: https://github.com/vim/vim/commit/7ab5d77666c98f5229759402a451a26ea57a4801 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 20:45:24 2019 +0200 patch 8.1.2222: accessing invalid memory Problem: Accessing invalid memory. (Dominique Pelle) Solution: Reset highlight_match every time. (closes https://github.com/vim/vim/issues/5125)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 21:00:04 +0200
parents b912277e3877
children 5c0437acebb7
comparison
equal deleted inserted replaced
18456:6d11fc4aa683 18457:71199e360948
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2222,
744 /**/ 746 /**/
745 2221, 747 2221,
746 /**/ 748 /**/
747 2220, 749 2220,
748 /**/ 750 /**/