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
*
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
*
Merge pull request #14243 from shadmansaleh/Allow_cterm_colors_nvim_set_hl
Björn Linse
2021-05-11
|
\
|
*
Make clint happy about spaces.
shadmansaleh
2021-03-29
|
*
Api: Adding cterm color support to nvim_set_hl
shadmansaleh
2021-03-29
*
|
Border: allow to enable/disable specific border edges
Björn Linse
2021-04-04
*
|
luaref: free decoration providers
Björn Linse
2021-04-03
|
/
*
floats: add borders (MS-DOS MODE)
Björn Linse
2021-03-22
*
w_grid_alloc: baseline impl
Björn Linse
2021-03-22
*
decorations: allow nvim_set_hl to break existing links
Björn Linse
2020-11-21
*
decoration: split out "decoration" from "extmark" module
Björn Linse
2020-11-07
*
api: add API for themes
Björn Linse
2020-11-01
*
ui: fix problem with sattr_T overflow
erw7
2020-08-02
*
API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685
kevinhwang91
2020-01-08
*
highlight: correctly disable index attribute with combine/blend
Björn Linse
2019-11-02
*
terminal: enable pass through indexed colors to TUI
Björn Linse
2019-11-02
*
vim-patch:8.0.0914: highlight attributes are always combined (#10256)
Daniel Hahler
2019-09-26
*
syntax, TUI: support "strikethrough"
Jaskaran Singh
2019-09-13
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
ui: transmit "blend=" property of highlight attributes
Björn Linse
2019-08-18
*
highlight: expose builtin highlight groups using hl_group_set event
Björn Linse
2019-07-14
*
api/window: add style="minimal" flag to nvim_open_win()
Björn Linse
2019-07-07
*
ui: add 'winblend' to support blending of floating windows
Björn Linse
2019-06-25
*
floats: add NormalFloat highlight and 'nonumber' default
Björn Linse
2019-03-12
*
UI: change implementation of hl_rgb2cterm_color()
Justin M. Keyes
2019-02-12
*
UI: 'pumblend' for cterm (256-color TUI)
Justin M. Keyes
2019-02-12
*
highlight: handle blending with gui=reverse and guisp attributes
Björn Linse
2019-02-11
*
UI: implement 'pumblend' option for semi-transparent popupmenu
Björn Linse
2019-02-07
*
UI: add "compositor" layer to merge grids for TUI use in a correct way
Björn Linse
2019-02-02
*
multigrid: various cleanup (types, unused parameters)
Björn Linse
2018-12-31
*
multigrid: Get rid of global ScreenLines and set_screengrid
Utkarsh Maheshwari
2018-12-31
*
highlight: Fix missing .rgb_sp_color in initializers (#9287)
Justin M. Keyes
2018-11-30
*
diff/highlight: Fix GUI highlight for low-priority CursorLine (#9281)
Justin M. Keyes
2018-11-28
[next]