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
*
fix(inccommand): ignore trailing commands only for *previewed* command #15732
Justin M. Keyes
2021-09-20
*
backport: fix(windowing): positioning of relative floats
andrew-pa
2021-09-16
*
backport: fix(window.c): win_close from other tabpage #15454
notomo
2021-09-16
*
backport: fix(autocmd.c): fix conditions in block_autocmds, unblock_autocmds ...
gmntroll
2021-09-16
*
backport: refactor(sign): include longer sign column option
Sirisak Lueangsaksri
2021-09-16
*
backport: fix(sign): reset auto sign column with minimum in float win minimal...
Sirisak Lueangsaksri
2021-09-16
*
backport: fix(decorations): crash when :bdelete (extmark_free_all) after clea...
Björn Linse
2021-09-16
*
backport: fix(:source): copy curbuf lines to memory before sourcing #15111
Sean Dewar
2021-09-15
*
backport: fix(:source, nvim_exec): handle Vimscript line continuations #14809
Sean Dewar
2021-09-15
*
ci: skip "cancels stale events on channel close" #15278
Justin M. Keyes
2021-09-14
*
feat(lua)!: register_keystroke_callback => on_key
Justin M. Keyes
2021-09-14
*
Rename stdin to stdin_mode
Gregory Anders
2021-08-26
*
feat(job): add parameter to close stdin
Gregory Anders
2021-08-26
*
ex_cmds: verify invalid command name
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
*
|
Revert "tui: improve support for tmux, GNU Screen" (#14786)
Érico Nogueira Rolim
2021-06-30
*
|
vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)
Daniel Steinberg
2021-06-30
*
|
vim-patch:8.2.3072: "zy" does not work well when "virtualedit' is "block"
Jan Edmund Lazo
2021-06-29
*
|
Merge pull request #14930 from clason/ts-ifdef-fixup
Björn Linse
2021-06-29
|
\
\
|
*
|
fixup(ts): put ts_query_cursor_set_match_limit behind feature guard
Christian Clason
2021-06-29
*
|
|
Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixes
TJ DeVries
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
*
|
|
Merge pull request #14915 from clason/ts-match-limit
Björn Linse
2021-06-28
|
\
\
\
|
*
|
|
fix(treesitter): set match limit for query cursors
Christian Clason
2021-06-26
*
|
|
|
[RDY] Add buffer information to tabline_update (#12481)
John Gehrig
2021-06-27
*
|
|
|
vim-patch:8.2.2954: short file name extension for Scala not recognized
Jan Edmund Lazo
2021-06-26
*
|
|
|
vim-patch:8.2.3049: JSON patch file not recognized
Jan Edmund Lazo
2021-06-26
*
|
|
|
vim-patch:8.2.3050: cannot recognize elixir files
Jan Edmund Lazo
2021-06-26
*
|
|
|
vim-patch:8.2.3018: 'quickfixtextfunc' formatting is lost when switching buff...
Yorick Peterse
2021-06-26
*
|
|
|
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
|
/
/
/
*
|
|
vim-patch:8.2.3033: no error when using alpha delimiter with :global
Jan Edmund Lazo
2021-06-23
*
|
|
vim-patch:8.2.2185: BufUnload is not triggered for the quickfix dummy buffer
Jan Edmund Lazo
2021-06-23
*
|
|
vim-patch:8.2.1255: cannot use a lambda with quickfix functions
Jan Edmund Lazo
2021-06-23
*
|
|
vim-patch:8.1.1437: code to handle callbacks is duplicated
Jan Edmund Lazo
2021-06-23
*
|
|
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
|
*
|
|
BugFix: Fix inconsistent verbose message
shadmansaleh
2021-06-21
|
|
|
/
|
|
/
|
*
|
|
extmark: fix deletable nodes in MarkTree sometimes getting skipped
snezhniylis
2021-06-22
*
|
|
vim-patch:8.2.3020: unreachable code (#14866)
jimman2003
2021-06-20
|
/
/
*
|
Merge pull request #14824 from vigoux/extmarks-ts-perf
Björn Linse
2021-06-18
|
\
\
|
*
|
perf(extmarks): allow ephemeral extmarks past EOF
Thomas Vigouroux
2021-06-16
*
|
|
vim-patch:8.2.3012: when 'rightleft' is set the line number is drawn reversed...
Jan Edmund Lazo
2021-06-17
|
/
/
*
|
Merge pull request #14454 from eltociear/patch-1
Thomas Vigouroux
2021-06-15
|
\
\
|
*
|
screen: fix typo in screen.c
Ikko Ashimine
2021-04-29
*
|
|
option: fix typo in option.c
Ikko Ashimine
2021-06-16
*
|
|
Merge pull request #14804 from clason/rounded-borders
Michael Lingelbach
2021-06-14
|
\
\
\
[next]