comparison src/version.c @ 15476:5b0f37d844b3 v8.1.0746

patch 8.1.0746: highlighting not updated with conceal and 'cursorline' commit https://github.com/vim/vim/commit/bbee8d5122b159683b3f52eddd0da85fcf1fcbfd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 14 21:51:40 2019 +0100 patch 8.1.0746: highlighting not updated with conceal and 'cursorline' Problem: Highlighting not updated with conceal and 'cursorline'. (Jason Franklin) Solution: Do not use a zero line number. Check if 'conceallevel' is set for the current window.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Jan 2019 22:00:06 +0100
parents 79e3dcc5aa50
children 051937ebaf22
comparison
equal deleted inserted replaced
15475:a695c188f6ca 15476:5b0f37d844b3
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 746,
798 /**/ 800 /**/
799 745, 801 745,
800 /**/ 802 /**/
801 744, 803 744,
802 /**/ 804 /**/