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
/
extmark.c
Commit message (
Expand
)
Author
Age
*
refactor: convert function comments to doxygen format (#17710)
dundargoc
2022-03-24
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
refactor(signcol): smarter invalidation (#17533)
Lewis Russell
2022-03-06
*
feat(decorations): support signs
Lewis Russell
2022-03-05
*
feat(api): expose extmark right_gravity and end_right_gravity
notomo
2022-01-24
*
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
fix(extmark): fix missing virt_lines when using id param of set_extmark
Björn Linse
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor(api): move extmark API to its own file
Björn Linse
2021-10-25
*
feat(decorations): support more than one virt_lines block
Björn Linse
2021-10-23
*
refactor(decorations): mark decorations directly on the marktree
Björn Linse
2021-10-23
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor: format with uncrustify #15726
dundargoc
2021-09-20
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
refactor(extmark): remove pointer indirection for extmark use of maps
Björn Linse
2021-08-22
*
fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace
Björn Linse
2021-07-29
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
flush curbuf->deleted_bytes2 after calling do_move
chentau
2021-04-14
*
change gravity to be a boolean flag, and add corresponding flag for end posit...
chentau
2021-01-05
*
allow for extmark gravity to be set through api
chentau
2021-01-03
*
api: set_text: rebase, update to new api, and add more tests
Tony Chen
2021-01-01
*
gcc/analyzer: fix false positives for NULL (#13248)
Jan Edmund Lazo
2020-11-08
*
decoration: split out "decoration" from "extmark" module
Björn Linse
2020-11-07
*
extmark: fix decoration ploblems with extmark
erw7
2020-10-02
*
buf_updates: fix updates for empty buffers (#12926)
Thomas Vigouroux
2020-09-17
*
luahl: temporary workaround for virt_text ownership ambiguity
Björn Linse
2020-09-13
*
luahl: global the luahl
Björn Linse
2020-09-13
*
fix lints
Thomas Vigouroux
2020-09-09
*
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
2020-09-09
*
extmark: use resonable names in extmark_splice
Björn Linse
2020-09-09
*
extmark: separate extmark_splice_cols for column-only change
Björn Linse
2020-09-09
*
decor: sketch new decorations API
Björn Linse
2020-09-03
*
extmark: refiy "Decoration" abstraction
Björn Linse
2020-09-03
*
extmark: introduce extmark_splice_cols
Matthieu Coudron
2020-04-24
*
pvs/v595: check if extmark not NULL
Jan Edmund Lazo
2020-04-13
*
'clang/Logic error': zero-init MarkTreeIter vars
Jan Edmund Lazo
2020-03-01
*
treesitter: cleanup some luahl stuff
Björn Linse
2020-02-10
*
treesitter: use internal "decorations" buffer
Björn Linse
2020-02-10
*
extmarks: fix crash due to invalid column values in inccommand preview
Björn Linse
2020-02-02
*
shed biking: it's always extmarks, never marks extended
Björn Linse
2020-01-20