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
/
decoration.h
Commit message (
Expand
)
Author
Age
*
fix(extmarks): fix win_col virt_text drawn on wrong screen line (#25264)
zeertzjq
2023-09-20
*
fix(extmarks): overlay virt_text position after 'showbreak' (#25175)
zeertzjq
2023-09-15
*
fix(extmarks): properly handle virt_text on next screen line (#25166)
zeertzjq
2023-09-15
*
fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)
zeertzjq
2023-08-19
*
fix(extmarks): make right_align and win_col work on wrapped line (#23759)
zeertzjq
2023-05-27
*
feat(ui): inline virtual text
Ibby
2023-05-22
*
fix: disallow removing extmarks in on_lines callbacks (#23219)
Lewis Russell
2023-04-27
*
refactor(extmarks): some minor internal API changes
bfredl
2023-03-16
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(extmarks): allow preventing spellchecking with spell = false
Thomas Vigouroux
2022-11-12
*
feat(ui): add support to display a title in the border of a float (#20184)
Raphael
2022-11-06
*
feat(extmarks,ts,spell): full support for spelling
Thomas Vigouroux
2022-09-06
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
feat(api/ui): win_extmarks
Yatao Li
2022-05-03
*
feat(ui): allow conceal to be defined in decorations
bfredl
2022-03-20
*
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
|
/
*
fix(extmarks): fix signs
Lewis Russell
2022-03-08
*
feat(decorations): support signs
Lewis Russell
2022-03-05
*
feat(api): expose extmark more details
notomo
2022-01-20
*
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
feat(decorations): support more than one virt_lines block
Björn Linse
2021-10-23
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor(decorations): merge the two different code paths for virt_text
Björn Linse
2021-07-29
*
decorations: right_align and win_col
Björn Linse
2021-05-01
*
decoration: Clean up duplicate Decoration attributes + bonus hl_eol flag
Björn Linse
2021-04-14
*
decorations: memory error with ephemeral virt_text
Björn Linse
2021-03-23
*
decorations: add additional styling of virt_text overlays
Björn Linse
2021-03-10
*
decorations: allow virt_text overlay at any column
Björn Linse
2021-02-22
*
feat(luahl): add priority mechanism
Thomas Vigouroux
2020-11-25
*
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