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
*
refactor: make error message definitions const
ii14
2023-04-05
*
refactor: rename local API alias from a to api
Lewis Russell
2023-04-05
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
feat(vim.diff): allow passing an integer for linematch
Lewis Russell
2023-04-04
*
feat(lsp): create default link from @lsp.type.comment to Comment (#22888)
Gregory Anders
2023-04-04
*
build: cmake cleanup
dundargoc
2023-04-04
*
refactor(treesitter): delegate region calculation to treesitter (#22576)
Lewis Russell
2023-04-04
*
fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)
zeertzjq
2023-04-04
*
Merge pull request #22847 from luukvbaal/redrstatus
bfredl
2023-04-03
|
\
|
*
fix(ui): ruler is not redrawn in cmdline with redrawstatus
Luuk van Baal
2023-04-02
*
|
vim-patch:9.0.1439: start Insert mode when accessing a hidden prompt buffer (...
zeertzjq
2023-04-03
*
|
refactor(defaults)!: change default 'commentstring' value to empty (#22862)
zeertzjq
2023-04-02
|
/
*
Merge pull request #22844 from luukvbaal/stlrecording
bfredl
2023-04-02
|
\
|
*
fix(ui): recording change doesn't trigger statusline redraw
Luuk van Baal
2023-04-01
*
|
Merge pull request #22778 from luukvbaal/getext
bfredl
2023-04-02
|
\
\
|
*
|
feat(extmarks): extend nvim_buf_get_extmarks()
Luuk van Baal
2023-04-01
*
|
|
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
|
|
vim-patch:9.0.1434: crash when adding package already in 'runtimepath' (#22849)
zeertzjq
2023-04-01
*
|
|
refactor: use bool type for global variables (#22842)
ii14
2023-04-01
*
|
|
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
|
|
/
|
/
|
*
|
fix(api): return both link and attributes with nvim_get_hl (#22824)
Sindre T. Strøm
2023-03-31
*
|
fix(filetype): make recursive work...again (#22826)
Lewis Russell
2023-03-30
*
|
feat(diagnostic): add support for tags
Lewis Russell
2023-03-30
*
|
Merge pull request #22791 from lewis6991/refactor/loadermisc
Lewis Russell
2023-03-30
|
\
\
|
*
|
refactor(loader): use vim.fs
Lewis Russell
2023-03-26
|
|
/
*
|
fix(autocmd): handle recursion for force set (#22820)
Lewis Russell
2023-03-30
*
|
fix(filetype): avoid recursive FileType autocmds (#22813)
Lewis Russell
2023-03-29
*
|
fix(api): Use local LastSet structure in nvim_get_option_info (#22741)
Michal Liszcz
2023-03-29
*
|
build: drop curl.exe on Windows
dundargoc
2023-03-28
*
|
vim-patch:9.0.1429: invalid memory access when ending insert mode (#22792)
zeertzjq
2023-03-27
|
/
*
feat(lua): add `vim.loader`
Folke Lemaitre
2023-03-26
*
vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)
zeertzjq
2023-03-26
*
fix: snprintf buffer overflow detected by -D_FORTIFY_SOURCE=3 (#22780)
Andreas Schneider
2023-03-26
*
Merge pull request #22762 from bfredl/hl2cterm
bfredl
2023-03-25
|
\
|
*
fix(api): make nvim_get_hl return 'cterm' attrs properly
bfredl
2023-03-23
*
|
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
|
docs: how to debug TUI using gdb/lldb #22771
Ryan Jenkins
2023-03-25
*
|
refactor(PVS/V1048): remove duplicated assignments (#21873)
Lucas Merritt
2023-03-25
*
|
vim-patch:9.0.1426: indent wrong after "export namespace" in C++ (#22777)
zeertzjq
2023-03-25
*
|
build(win): export extern symbols for use in FFI #22756
luukvbaal
2023-03-23
|
/
*
feat(api): add nvim_get_hl (#22693)
Null Chilly
2023-03-23
*
fix(api): vim.filetype.get_option() (#22753)
Lewis Russell
2023-03-22
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
feat(lua): allow `:=expr` as a shorter version of `:lua =expr`
bfredl
2023-03-22
*
feat(lua): use vim.empty_dict() for empty return value in new api functions ...
bfredl
2023-03-20
*
feat: add `vim.filetype.get_option()`
Lewis Russell
2023-03-20
*
feat(api): add filetype option nvim_get_option_value
Lewis Russell
2023-03-20
*
fix: invalid buffer size argument to snprintf #22729
koeleck
2023-03-19
*
fix(shell): on Windows :make does not echo #22728
Enan Ajmain
2023-03-19
*
Merge #22691 build!: sanitizers for gcc
Justin M. Keyes
2023-03-19
|
\
[next]