Mercurial > vim
comparison src/highlight.c @ 26266:365e7f083f02 v8.2.3664
patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'
Commit: https://github.com/vim/vim/commit/e413ea04b716effb28eb49dbc98ad3f9f761545a
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Nov 24 16:20:13 2021 +0000
patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'
Problem: Cannot adjust sign highlighting for 'cursorline'.
Solution: Add CursorLineSign and CursorLineFold highlight groups.
(Gregory Anders, closes #9201)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 24 Nov 2021 17:30:06 +0100 |
parents | c83460a14407 |
children | 84eb3e0ad3f4 |
comparison
equal
deleted
inserted
replaced
26265:e3e34a2ed54d | 26266:365e7f083f02 |
---|---|
151 #ifdef FEAT_GUI | 151 #ifdef FEAT_GUI |
152 "Cursor guibg=fg guifg=bg", | 152 "Cursor guibg=fg guifg=bg", |
153 "lCursor guibg=fg guifg=bg", // should be different, but what? | 153 "lCursor guibg=fg guifg=bg", // should be different, but what? |
154 #endif | 154 #endif |
155 "default link QuickFixLine Search", | 155 "default link QuickFixLine Search", |
156 "default link CursorLineSign SignColumn", | |
157 "default link CursorLineFold FoldColumn", | |
156 CENT("Normal cterm=NONE", "Normal gui=NONE"), | 158 CENT("Normal cterm=NONE", "Normal gui=NONE"), |
157 NULL | 159 NULL |
158 }; | 160 }; |
159 | 161 |
160 // Default colors only used with a light background. | 162 // Default colors only used with a light background. |