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_group.c
Commit message (
Expand
)
Author
Age
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
fix(highlight): add force in nvim_set_hl
glepnir
2023-09-26
*
fix(highlight): correct hi command output
glepnir
2023-09-17
*
fix(highlight): add create param in nvim_get_hl
glepnir
2023-09-09
*
feat(highlight): add `FloatFooter` highlight group
Evgeni Chasnovski
2023-08-26
*
vim-patch:9.0.1767: '.-' no allowed in highlight group names (#24814)
zeertzjq
2023-08-21
*
feat(highlight): Allow hyphens (-) in highlight group names (#24714)
Gregory Anders
2023-08-15
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
fix(highlight): make CurSearch work properly with 'winhl' (#24448)
zeertzjq
2023-07-23
*
perf(rtp): reduce rtp scans (#24191)
Lewis Russell
2023-07-13
*
fix(lsp): define LspInlayHint highlight group #24073
Chinmay Dalal
2023-06-21
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
Merge pull request #23730 from famiu/refactor/api/helpers
bfredl
2023-05-23
|
\
|
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
|
fix(colorscheme): try .lua files in 'rtp' before .vim files in 'pp' (#23727)
zeertzjq
2023-05-23
*
|
fix(api): nvim_get_hl should return default flag
Null Chilly
2023-05-22
|
/
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
fix(api): make nvim_get_hl not return non-existing groups
bfredl
2023-04-13
*
fix(highlight): add missing g: prefix for colors_name (#22952)
zeertzjq
2023-04-08
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: make char * parameters const in message.c
ii14
2023-04-07
*
fix(highlight): use winhl=Foo:Bar even when Bar is empty
bfredl
2023-04-06
*
feat(lsp): create default link from @lsp.type.comment to Comment (#22888)
Gregory Anders
2023-04-04
*
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
*
fix(api): return both link and attributes with nvim_get_hl (#22824)
Sindre T. Strøm
2023-03-31
*
feat(diagnostic): add support for tags
Lewis Russell
2023-03-30
*
fix(api): make nvim_get_hl return 'cterm' attrs properly
bfredl
2023-03-23
*
feat(api): add nvim_get_hl (#22693)
Null Chilly
2023-03-23
*
vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...
zeertzjq
2023-03-11
*
feat(lsp)!: add rule-based sem token highlighting (#22022)
swarn
2023-03-06
*
fix(highlight): avoid ORing underline flags (#22372)
zeertzjq
2023-02-23
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
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_group.c): reduce scope of locals
Lewis Russell
2023-01-19
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
refactor: replace char_u with char 23 (#21798)
dundargoc
2023-01-18
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
refactor: replace char_u with char 20 (#21714)
dundargoc
2023-01-13
*
vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)
zeertzjq
2023-01-10
*
feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)
Oliver Marriott
2022-12-28
*
feat(lsp): initial support for semantic token highlighting
John Drouhard
2022-12-08
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
fix(ui): fix some cases of stale highlight definitions
bfredl
2022-11-13
*
Merge pull request #20821 from dundargoc/refactor/clang-tidy
bfredl
2022-11-08
|
\
|
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
|
refactor(highlight): rename FloatBorderTitle #20988
Raphael
2022-11-07
[next]