index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
highlight.c
Commit message (
Expand
)
Author
Age
*
fix(highlight): properly deal with underline mask when listing (#22057)
zeertzjq
2023-01-31
*
feat(highlight): define the concept of altfont as a (c)term rendering attribute
Paul "LeoNerd" Evans
2023-01-24
*
refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer mask
Paul "LeoNerd" Evans
2023-01-24
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor(highlight): make hlattrs2dict always use pre-allocated dict
bfredl
2022-08-31
*
Merge pull request #19971 from dundargoc/refactor/remove-casts
bfredl
2022-08-29
|
\
|
*
refactor: remove redundant casts
Dundar Göc
2022-08-27
*
|
refactor: replace char_u with char
Dundar Göc
2022-08-27
|
/
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
fix(ui): don't allow decor provider with ns_id==0
Lewis Russell
2022-08-20
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
Merge pull request #19822 from bfredl/hldef
bfredl
2022-08-18
|
\
|
*
fix(api): make nvim_set_hl(ns=0, ...) redraw screen properly
bfredl
2022-08-18
*
|
Merge pull request #19828 from bfredl/nullhl
bfredl
2022-08-18
|
\
\
|
*
|
fix(winhl): do not crash when unsetting winhl in just opened window
bfredl
2022-08-18
|
|
/
*
/
vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)
zeertzjq
2022-08-18
|
/
*
feat(ui): allow to set the highlight namespace per window
bfredl
2022-08-17
*
vim-patch:9.0.0203: confusing variable name (#19762)
zeertzjq
2022-08-14
*
fix(highlight): add missing 'nocombine' to nvim_get_hl_* apis (#19586)
Munif Tanjim
2022-07-31
*
refactor(object): get rid of redundant FIXED_TEMP_ARRAY
bfredl
2022-07-20
*
perf(ui): eliminate spurious memory allocations for hl_attr_define event
bfredl
2022-07-18
*
refactor(highlight)!: rename attributes to match Vim (#19159)
zeertzjq
2022-06-30
*
perf(highlight): don't allocate duplicates for color names
bfredl
2022-06-21
*
fix(highlight): use ctermbg/fg instead of bg/fg when use_rgb=false #18982
Oliver Marriott
2022-06-18
*
fix(hl): return cterm fg/bg even if they match Normal #18981
Oliver Marriott
2022-06-16
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
Merge pull request #17663 from dundargoc/refactor/uncrustify
bfredl
2022-03-11
|
\
|
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
|
refactor(decorations): move provider code
Lewis Russell
2022-03-10
|
/
*
refactor: remove redundant casts
Dundar Göc
2022-03-06
*
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
feat(highlight): support for blend in nvim_set_hl (#17516)
Lewis Russell
2022-02-24
*
fix(highlight): accept NONE as a color name (#17487)
Lewis Russell
2022-02-21
*
fix(api): allow empty list for cterm in nvim_set_hl
Christian Clason
2022-02-17
*
feat(highlight): support color names for cterm
Lewis Russell
2022-02-16
*
fix(highlight): allow globals to be cleared
Lewis Russell
2022-02-16
*
feat(api): add strikethrough, nocombine to set_hl
Christian Clason
2022-02-12
*
refactor(api): use a keyset for highlight dicts
Björn Linse
2022-02-02
*
feat(highlight): ns=0 to set :highlight namespace
Lewis Russell
2022-02-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor(syntax): don't use pointer indirected maps for no reason
Björn Linse
2021-08-22
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
[next]