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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
feat(ui): add support for OSC 8 hyperlinks (#27109)
Gregory Anders
2024-01-24
|
*
|
|
|
|
|
build: various build improvements
dundargoc
2024-01-24
|
*
|
|
|
|
|
fix(spell): always accept ':' as filename char in 'spellfile' (#27172)
zeertzjq
2024-01-24
|
*
|
|
|
|
|
fix(options): use a union for def_val (#27169)
zeertzjq
2024-01-24
|
*
|
|
|
|
|
vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)
zeertzjq
2024-01-24
|
*
|
|
|
|
|
fix(sign): avoid deleting from sign map while looping over it (#27158)
luukvbaal
2024-01-24
|
*
|
|
|
|
|
fix(colorscheme): link LSP semantic tokens to treesitter groups
John Drouhard
2024-01-23
|
*
|
|
|
|
|
Merge pull request #27147 from bfredl/crash2
bfredl
2024-01-23
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
fix(extmark): fix crash when stepping out from internal node
bfredl
2024-01-23
|
*
|
|
|
|
|
|
fix(treesitter): update @markup default links
Christian Clason
2024-01-23
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
fix(extmarks): crash with sign after many marks
bfredl
2024-01-23
|
*
|
|
|
|
|
vim-patch:9.1.0043: ml_get: invalid lnum when :s replaces visual selection (#...
zeertzjq
2024-01-23
|
*
|
|
|
|
|
fix(column): clear "b_signcols" when marktree is cleared
Luuk van Baal
2024-01-22
|
*
|
|
|
|
|
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
|
*
|
|
|
|
|
docs(options): remove misleading sentence (#27129)
zeertzjq
2024-01-22
|
*
|
|
|
|
|
feat(fold): transparent foldtext
Lewis Russell
2024-01-22
|
*
|
|
|
|
|
Merge pull request #27076 from glepnir/extmark_hlgroup
bfredl
2024-01-22
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
refactor(api): give "hl_group" more accurate _meta type
bfredl
2024-01-22
|
|
*
|
|
|
|
|
refactor(api): use hl id directly in nvim_buf_set_extmark
glepnir
2024-01-20
|
*
|
|
|
|
|
|
fix(eval): properly support checking v:lua function in exists() (#27124)
Raphael
2024-01-22
|
*
|
|
|
|
|
|
refactor: use "csarg" for CharsizeArg variables (#27123)
zeertzjq
2024-01-22
|
*
|
|
|
|
|
|
Merge pull request #26813 from VanaIgr/screen-pos-speedup
zeertzjq
2024-01-22
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
|
|
*
|
|
|
|
|
|
perf: don't decode utf8 character multiple times in getvcol()
VanaIgr
2024-01-22
|
|
*
|
|
|
|
|
|
perf: remove loop for computing last position in getvcol()
VanaIgr
2024-01-18
|
|
*
|
|
|
|
|
|
perf: cache breakindent/showbreak width in win_lbr_chartabsize
VanaIgr
2024-01-18
|
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
|
fix(rpc): assertion failure due to invalid msgpack input
nwounkn
2024-01-21
|
*
|
|
|
|
|
|
build: create BINARY_LIB_DIR directory before adding parser
dundargoc
2024-01-22
|
*
|
|
|
|
|
|
fix(extmarks): missing "spell" and "conceal" in details (#27116)
zeertzjq
2024-01-22
|
*
|
|
|
|
|
|
build: fix parser installation location
dundargoc
2024-01-21
|
*
|
|
|
|
|
|
feat(treesitter)!: new standard capture names
Christian Clason
2024-01-21
|
*
|
|
|
|
|
|
build: create separate targets for nvim with and without runtime files
dundargoc
2024-01-20
|
*
|
|
|
|
|
|
feat(api): support getting abbreviations (#26868)
Raphael
2024-01-20
|
*
|
|
|
|
|
|
feat(ui): add chdir UI event (#27093)
Gregory Anders
2024-01-19
|
*
|
|
|
|
|
|
Merge pull request #27061 from luukvbaal/extmark
bfredl
2024-01-19
|
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
refactor(extmarks): remove unused new pos from ExtmarkSavePos
Luuk van Baal
2024-01-18
|
|
*
|
|
|
|
|
docs(extmarks): add undocumented "details" array fields
Luuk van Baal
2024-01-18
|
|
*
|
|
|
|
|
fix(extmarks): do not remove invalid marks from decor upon deletion
Luuk van Baal
2024-01-17
|
*
|
|
|
|
|
|
fix(inccommand): improve preview buffer number handling (#27087)
zeertzjq
2024-01-19
|
*
|
|
|
|
|
|
refactor(drawline): get_rightmost_vcol()
Lewis Russell
2024-01-18
|
*
|
|
|
|
|
|
refactor(drawline): add more consts
Lewis Russell
2024-01-18
|
*
|
|
|
|
|
|
refactor(drawline): localise more variables in win_line()
Lewis Russell
2024-01-18
|
*
|
|
|
|
|
|
refactor(drawline): more win_line() improvements
Lewis Russell
2024-01-18
|
*
|
|
|
|
|
|
docs: various #25289
Justin M. Keyes
2024-01-18
|
*
|
|
|
|
|
|
fix(drawline): update prev_ptr after getting syntax attrs (#27072)
zeertzjq
2024-01-18
|
*
|
|
|
|
|
|
vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)
zeertzjq
2024-01-18
|
*
|
|
|
|
|
|
vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)
zeertzjq
2024-01-18
|
*
|
|
|
|
|
|
fix(column): remove sign from line it was previously on with undo
Luuk van Baal
2024-01-17
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
fix(column): pass kFalse when initializing "b_signcols.count"
Luuk van Baal
2024-01-17
|
*
|
|
|
|
|
docs: various fixes (#26929)
dundargoc
2024-01-17
[prev]
[next]