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(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)
Evgeni Chasnovski
2024-12-02
*
feat(keysets): teach Union and LuaRefOf
Lewis Russell
2024-11-25
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(highlight): floating windows inherit NormalFloat from global-ns
glepnir
2024-09-10
*
refactor(ui): remove outdated UI vs UIData distinction
bfredl
2024-03-08
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
refactor(api): use arena for hlstate inspection
bfredl
2024-02-09
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
docs: various fixes (#27063)
dundargoc
2024-01-25
*
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
fix(float): apply 'winblend' to title/footer highlight (#25999)
zeertzjq
2023-11-12
*
fix(highlight): apply 'winblend' to float border (#25981)
zeertzjq
2023-11-11
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix(PVS/V547): expression is always true/false
dundargoc
2023-10-08
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
refactor(highlight): merge redundant attr_entries and attr_entry_ids structs
bfredl
2023-09-13
*
refactor(map): enhanced implementation, Clean Code™, etc etc
bfredl
2023-09-08
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
fix(highlight): apply 'winblend' to NormalNC (#23555)
zeertzjq
2023-05-10
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
fix(highlight): use winhl=Foo:Bar even when Bar is empty
bfredl
2023-04-06
*
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
*
fix(highlight): avoid ORing underline flags (#22372)
zeertzjq
2023-02-23
*
fix(api): allow empty Lua table for nested dicts #22268
Justin M. Keyes
2023-02-16
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
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): 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
[next]