aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-14 06:23:10 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-03-14 06:55:08 +0800
commit9599e5d28d31cfb0cb16e878f123b74283cca26b (patch)
tree01462ad3c7ce8a83c84161415f3fff4aa41fdd1c /src/nvim/diff.c
parentb17be231a61f69b52eb809b6c72b20d3b089495d (diff)
downloadrneovim-9599e5d28d31cfb0cb16e878f123b74283cca26b.tar.gz
rneovim-9599e5d28d31cfb0cb16e878f123b74283cca26b.tar.bz2
rneovim-9599e5d28d31cfb0cb16e878f123b74283cca26b.zip
vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap
Problem: 'cursorline' and 'wincolor' highlight missing with concealed and wrapped lines. Solution: Apply 'cursorline' and 'wincolor' highlight to boguscols. (zeertzjq) Since 'cursorline' and 'wincolor' highlight apply after the end of the line, it is more consistent to have them also apply to boguscols. Assigning MAXCOL to values in ScreenCols[] make mouse click behave the same with 'cursorline' and 'nocursorline', but such behavior may be incorrect, as it puts the cursor on the next screen line. That may be fixed in a future PR. closes: vim/vim#14192 https://github.com/vim/vim/commit/21b0a3df8c4abb884489dfcc0c92b1bbe058f291
Diffstat (limited to 'src/nvim/diff.c')
0 files changed, 0 insertions, 0 deletions