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
*
Merge pull request #14528 from disrupted/fix/nvim_buf_set_lines
Björn Linse
2021-05-10
|
\
|
*
Apply patch from clason
disrupted
2021-05-10
|
*
Fix nvim_buf_set_lines
disrupted
2021-05-10
*
|
lua: use WarningMsg for vim.notify() warnings (#14508)
Shadman
2021-05-10
|
/
*
make get_region_bytecount end-exclusive
chentau
2021-05-09
*
refactor nvim_buf_set_lines to use extmark_splice
chentau
2021-05-09
*
Merge pull request #14403 from seandewar/vim-8.2.1933
Jan Edmund Lazo
2021-05-09
|
\
|
*
vim-patch:8.2.2287: sort test fails when locale is French Canadian
Sean Dewar
2021-04-20
|
*
vim-patch:8.2.2286: sort test fails when locale is Canadian English
Sean Dewar
2021-04-20
|
*
vim-patch:8.2.1946: sort() with NULL string not tested
Sean Dewar
2021-04-20
|
*
vim-patch:8.2.1935: sort test fails on Mac
Sean Dewar
2021-04-20
|
*
vim-patch:8.2.1933: cannot sort using locale ordering
Sean Dewar
2021-04-20
|
*
eval: port v:collate
Sean Dewar
2021-04-20
|
*
vim-patch:8.2.0174: various commands not completely tested
Sean Dewar
2021-04-20
*
|
vim-patch:8.2.2839: default redirection missing "ash" and "dash"
Jan Edmund Lazo
2021-05-08
*
|
vim-patch:8.2.2838: file extension .wrap not recognized
Jan Edmund Lazo
2021-05-08
*
|
Merge pull request #13664 from ivechan/win_exectute
Jan Edmund Lazo
2021-05-07
|
\
\
|
*
|
api/window: use the "noblock" variants in nvim_win_set_buf
jing
2021-05-06
|
*
|
vim-patch:8.2.2340: win_execute() unexpectedly returns number zero when failing
jing
2021-05-06
|
*
|
vim-patch:8.2.0137: crash when using win_execute() from a new tab
jing
2021-05-06
|
*
|
vim-patch:8.1.2124: ruler is not updated if win_execute() moves cursor
jing
2021-05-06
|
*
|
vim-patch:8.1.1832: win_execute() does not work in other tab
jing
2021-05-06
|
*
|
vim-patch:8.1.1440: win_execute() test fails
jing
2021-05-06
|
*
|
vim-patch:8.1.1425: win_execute() does not set window pointers properly
jing
2021-05-06
|
*
|
vim-patch:8.1.1418: win_execute() is not implemented yet
jing
2021-05-06
*
|
|
vim-patch:8.1.1378: delete() can not handle a file name that looks like a pat...
Shougo
2021-05-07
*
|
|
Merge pull request #14502 from chentau/extmark_paste
Björn Linse
2021-05-07
|
\
\
\
|
*
|
|
splice extmarks on every line for block visual paste
chentau
2021-05-06
*
|
|
|
coverity/331377: os_fopen: Remove invalid iflags assert
James McCoy
2021-05-06
*
|
|
|
coverity/331399: Remove unused "term_name" member from PtyProcess
James McCoy
2021-05-06
*
|
|
|
coverity/331366: fname_trans_sid: Avoid buffer overrun
James McCoy
2021-05-06
*
|
|
|
coverity/331382: Allocate enough space for trailing NUL
James McCoy
2021-05-06
*
|
|
|
coverity/188735: last_nonfloat: Ensure wp is non-NULL before dereferencing
James McCoy
2021-05-06
*
|
|
|
coverity/331378: Fix inserting new decor provider
James McCoy
2021-05-06
*
|
|
|
vim-patch:8.2.2829: some comments are not correct or clear
Jan Edmund Lazo
2021-05-06
*
|
|
|
lint
Jan Edmund Lazo
2021-05-06
*
|
|
|
vim-patch:8.2.2833: two key command cancelled by moving mouse when using popup
Jan Edmund Lazo
2021-05-06
*
|
|
|
vim-patch:8.2.2832: operator cancelled by moving mouse when using popup
Jan Edmund Lazo
2021-05-06
*
|
|
|
vim-patch:8.2.1166: once mouse move events are enabled getchar() returns them
Jan Edmund Lazo
2021-05-06
*
|
|
|
vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal
Jan Edmund Lazo
2021-05-06
*
|
|
|
vim-patch:8.2.2828: Coverity complains about not checking rename() return value
Jan Edmund Lazo
2021-05-05
*
|
|
|
vim-patch:8.2.2827: test file was not deleted
Jan Edmund Lazo
2021-05-05
*
|
|
|
vim-patch:8.2.2825: code in checkreadonly() not fully tested
Jan Edmund Lazo
2021-05-05
*
|
|
|
vim-patch:8.2.2820: session file may divide by zero
Jan Edmund Lazo
2021-05-05
*
|
|
|
vim-patch:8.2.2819: finishing an abbreviation with multi-byte char may not work
Jan Edmund Lazo
2021-05-05
*
|
|
|
Merge pull request #14483 from mjlbach/floating_window_border_fix
Björn Linse
2021-05-05
|
\
\
\
\
|
*
|
|
|
window.c: fix floating window border width calculation
Michael Lingelbach
2021-05-03
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
fix(gcc): compile warning in nvim_buf_set_extmark
Sean Dewar
2021-05-05
*
|
|
|
Merge pull request #14424 from janlazo/vim-8.1.1726
Jan Edmund Lazo
2021-05-04
|
\
\
\
\
|
*
|
|
|
vim-patch:8.2.2788: Raku is now the only name what once was called perl6
Jan Edmund Lazo
2021-05-02
[next]