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
/
test
Commit message (
Expand
)
Author
Age
*
fix(vim.opt): vimL map string values not trimmed (#14982)
jadedpasta
2021-07-04
*
doc/startup: cleanup; assign ENN to "conflicing configs" msg (#14971)
Justin M. Keyes
2021-07-03
*
NVIM v0.5.0
v0.5.0
Björn Linse
2021-07-02
*
Merge pull request #14864 from seandewar/get-config-zindex
Björn Linse
2021-07-02
|
\
|
*
fix(api/win_get_config): include z-index
Sean Dewar
2021-06-19
*
|
doc(options): Fix recommended PowerShell config (#14349)
Dimitri Tcaciuc
2021-07-02
*
|
Merge pull request #14792 from shadmansaleh/refactor/mkdir_p
Björn Linse
2021-07-01
|
\
\
|
*
|
Refactor(tests): mkdir_p in startup/init.lua test
shadmansaleh
2021-07-01
|
*
|
Refactor(tests): Use os commands in mkdir_p helper
shadmansaleh
2021-06-30
*
|
|
Tests(clipboard): Add test for block paste
shadmansaleh
2021-07-01
*
|
|
vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)
Daniel Steinberg
2021-06-30
|
/
/
*
|
Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixes
TJ DeVries
2021-06-29
|
\
\
|
*
|
fix(vim.opt): Fix #14828 with empty values being incorrectly inserted
TJ DeVries
2021-06-29
|
*
|
fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style
TJ DeVries
2021-06-29
|
*
|
fix(vim.opt): Fix #14669 whichwrap now acts as expected
TJ DeVries
2021-06-29
|
*
|
fix(vim.opt): Add basic error handling
David Zhang
2021-06-29
|
*
|
fix(vim.opt): Get window options before setting.
ckipp01
2021-06-29
|
*
|
fix(vim.opt): #14708 Now lets you put duplicate values in wildmode
TJ DeVries
2021-06-29
*
|
|
Merge pull request #14335 from chentau/extmark_delbytes
Björn Linse
2021-06-29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Manually zero out deleted_bytes2 when substituting and joining lines
chentau
2021-06-29
*
|
|
fix(doc): remove reference to vim.lsp.callbacks (#14576)
Matthieu Coudron
2021-06-28
*
|
|
[RDY] Add buffer information to tabline_update (#12481)
John Gehrig
2021-06-27
*
|
|
vim-patch:8.1.0897: can modify a:000 when using a reference (#14902)
Jan Edmund Lazo
2021-06-26
*
|
|
Fix `<afile>` getting prepended with a slash on WinClosed (#14515)
Ghjuvan Lacambre
2021-06-26
*
|
|
fix(lsp): do not convert vim.NIL to nil in lists
Akin Sowemimo
2021-06-24
*
|
|
Merge pull request #14868 from shadmansaleh/patch_verbose_for_lua
Björn Linse
2021-06-23
|
\
\
\
|
*
|
|
fix(source): Source giving E484 & parsing error at line 1 for lua files
shadmansaleh
2021-06-21
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #14719 from snezhniylis/marktree_delete_node_iter_fix
Björn Linse
2021-06-22
|
\
\
\
|
*
|
|
extmark: fix deletable nodes in MarkTree sometimes getting skipped
snezhniylis
2021-06-22
|
|
/
/
*
/
/
fixup! vim-patch:8.2.3020: unreachable code (#14866)
Matthieu Coudron
2021-06-22
|
/
/
*
|
Merge pull request #13165 from mfussenegger/codelens
Michael Lingelbach
2021-06-14
|
\
\
|
*
|
feat(lsp): Add codelens support
Mathias Fussenegger
2021-06-14
*
|
|
feat(float): add rounded borders preset
Christian Clason
2021-06-14
|
/
/
*
|
Merge pull request #14788 from shadmansaleh/fix/lua_runtime1
Björn Linse
2021-06-13
|
\
\
|
*
|
fixup(runtime): Fix lua runtime files not listed
shadmansaleh
2021-06-13
*
|
|
vim-patch:8.2.0038: spell suggestions insufficiently tested
Jan Edmund Lazo
2021-06-12
*
|
|
vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Jan Edmund Lazo
2021-06-12
|
/
/
*
|
test: clear $GZIP, use nvim's system() (#14791)
Jan Edmund Lazo
2021-06-12
*
|
fix(ui): Fix pum incorrect position in multigrid mode
Serg Tereshchenko
2021-06-12
*
|
refactor(source): Move lua file detection to do_source
shadmansaleh
2021-06-11
*
|
refactor(tests): Simplify tests at functional/lua/runtime_spec
shadmansaleh
2021-06-11
*
|
feat(runtime): Allow lua to be used in syntax
shadmansaleh
2021-06-11
*
|
feat(runtime): Allow lua to be used in ftdetect
shadmansaleh
2021-06-11
*
|
feat(runtime): Allow lua to be used in indent
shadmansaleh
2021-06-11
*
|
feat(runtime): Allow lua to be used in ftplugin
shadmansaleh
2021-06-11
*
|
feat(runtime): Allow lua to be used in compiler
shadmansaleh
2021-06-11
*
|
feat(runtime): Allow lua to be used in colorschemes
shadmansaleh
2021-06-11
*
|
feat(startup): Source runtime/plugin/**/*.lua at startup
shadmansaleh
2021-06-11
|
/
*
api: include border in nvim_win_get_config
Corey Williamson
2021-06-10
*
api: add nvim_win_call
notomo
2021-06-10
[next]