comparison src/version.c @ 15452:1c6a708a5fee v8.1.0734

patch 8.1.0734: the hlsearch state is not stored in a session file commit https://github.com/vim/vim/commit/e3c74d249ac36404d8af25f74baf335d143b30e3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 16:29:30 2019 +0100 patch 8.1.0734: the hlsearch state is not stored in a session file Problem: The hlsearch state is not stored in a session file. Solution: Add "nohlsearch" if appropriate. (Jason Franklin)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 16:30:05 +0100
parents bb421f682528
children 1d2b5c016f17
comparison
equal deleted inserted replaced
15451:8ab318043c9f 15452:1c6a708a5fee
793 NULL 793 NULL
794 }; 794 };
795 795
796 static int included_patches[] = 796 static int included_patches[] =
797 { /* Add new patch number below this line */ 797 { /* Add new patch number below this line */
798 /**/
799 734,
798 /**/ 800 /**/
799 733, 801 733,
800 /**/ 802 /**/
801 732, 803 732,
802 /**/ 804 /**/