]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0746: highlighting not updated with conceal and 'cursorline' v8.1.0746
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Jan 2019 20:51:40 +0000 (21:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Jan 2019 20:51:40 +0000 (21:51 +0100)
commitbbee8d5122b159683b3f52eddd0da85fcf1fcbfd
tree49e9596818b1c4fdc21c0e9ee7876dfff6b78a5c
parent99b1272f88a493421d438e5e184003763efb4b8f
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.
src/main.c
src/testdir/dumps/Test_conceal_cul_01.dump [new file with mode: 0644]
src/testdir/dumps/Test_conceal_cul_02.dump [new file with mode: 0644]
src/testdir/dumps/Test_conceal_cul_03.dump [new file with mode: 0644]
src/testdir/test_conceal.vim
src/version.c