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
/
api
/
extmark.c
Commit message (
Expand
)
Author
Age
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
refactor: use ml_get_buf_len() in API code (#27825)
zeertzjq
2024-03-12
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
docs: fix several misleading and superfluous wordings (#27609)
Evgeni Chasnovski
2024-02-25
*
fix(api): don't leak memory with nvim_win_get_ns (#27570)
zeertzjq
2024-02-22
*
fix(extmarks): redraw properly with scoped inline virt_text (#27569)
zeertzjq
2024-02-22
*
feat(extmark): window scoped extmark
altermo
2024-02-21
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
fix(extmarks): priority order of inline and non-inline virt_text (#27532)
zeertzjq
2024-02-20
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
refactor(api): refactor more api functions to use arena return
bfredl
2024-02-08
*
refactor(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
feat(extmarks): subpriorities (relative to declaration order) (#27131)
Gregory Anders
2024-01-28
*
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
*
Merge pull request #27076 from glepnir/extmark_hlgroup
bfredl
2024-01-22
|
\
|
*
refactor(api): use hl id directly in nvim_buf_set_extmark
glepnir
2024-01-20
*
|
docs(extmarks): add undocumented "details" array fields
Luuk van Baal
2024-01-18
|
/
*
refactor(marktree): unpaired marktree_get_alt() returns itself
Luuk van Baal
2024-01-13
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
fix(decorations): validate botline for on_win
Jaehwang Jung
2024-01-04
*
feat(extmarks): add virt_text_repeat_linebreak flag (#26625)
luukvbaal
2023-12-26
*
fix(decor): allow adding providers during redraw
Lewis Russell
2023-12-22
*
refactor(drawline): remove LineDrawState and wlv->saved_n_extra
bfredl
2023-12-22
*
refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)
Riccardo Mazzarini
2023-12-05
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
fix(decorations): do not apply sign highlight id as range attr id
Luuk van Baal
2023-11-29
*
feat(decoration): allow conceal_char to be a composing char
bfredl
2023-11-28
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): export generated headers
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor(decorations): break up Decoration struct into smaller pieces
bfredl
2023-11-22
*
refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair instead
bfredl
2023-11-18
*
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
*
build: remove PVS
dundargoc
2023-11-12
*
feat(extmarks): add 'invalidate' property to extmarks
Luuk van Baal
2023-11-08
*
feat(extmarks): add "undo_restore" flag to opt out of undo-restoring
bfredl
2023-11-05
*
refactor(extmarks): extmark_del() with MarkTreeIter
Luuk van Baal
2023-11-01
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
fix(api): get virtual text with multiple hl properly (#25307)
zeertzjq
2023-09-22
*
fix(ui): handle virtual text with multiple hl in more cases (#25304)
zeertzjq
2023-09-22
*
feat(folds): support virtual text format for 'foldtext' (#25209)
zeertzjq
2023-09-17
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
feat(extmark): support proper multiline ranges
bfredl
2023-09-12
*
fix(decorations): better approximation of botline #24794
Jaehwang Jung
2023-09-11
*
refactor(map): enhanced implementation, Clean Codeā¢, etc etc
bfredl
2023-09-08
[next]