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
...
*
|
|
|
vim-patch:7.4.1663
James McCoy
2016-07-23
*
|
|
|
Merge #5058
Justin M. Keyes
2016-07-18
|
\
\
\
\
|
*
|
|
|
vim-patch:7.4.1548
Patrick
2016-07-13
*
|
|
|
|
test: PTY descendants should not prevent exit.
Justin M. Keyes
2016-07-16
*
|
|
|
|
Merge #5068 'justinmk/output_spec'
Justin M. Keyes
2016-07-14
|
\
\
\
\
\
|
*
|
|
|
|
test: output_spec
Justin M. Keyes
2016-07-14
*
|
|
|
|
|
clipboard: fix v:register when clipboard=unnamed,unnamedplus
Björn Linse
2016-07-12
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #4980 'Support legacy `:ruby` commands'.
Justin M. Keyes
2016-07-10
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add :ruby, :rubyfile, and :rubydo ex commands
Alex Genco
2016-07-02
*
|
|
|
|
Merge #4991 'vim-patch:7.4.1140'
Justin M. Keyes
2016-07-09
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
vim-patch:7.4.1140
Patrick
2016-07-08
*
|
|
|
|
vim-patch:7.4.1840
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1712
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1554
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1553
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1552
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1551
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1550
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1499
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1492
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1486
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1480
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1479
James McCoy
2016-07-08
*
|
|
|
|
vim-patch:7.4.1111 (#5004)
prollings
2016-07-06
*
|
|
|
|
test: TUI colors: Skip TERM=linux on non-linux. (#5015)
Justin M. Keyes
2016-07-06
*
|
|
|
|
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
|
|
|
|
test/functional: sleep()
Justin M. Keyes
2016-07-03
*
|
|
|
|
test: TUI colors ('t_Co')
Justin M. Keyes
2016-07-03
|
|
/
/
/
|
/
|
|
|
*
|
|
|
vim-patch:7.4.1121 (#4989)
prollings
2016-07-02
*
|
|
|
Tests: check 'autochdir' on startup
Marco Hinz
2016-07-02
*
|
|
|
Merge pull request #4880 from bfredl/zerotimer
Björn Linse
2016-07-01
|
\
\
\
\
|
*
|
|
|
timers: make repeat=0 work one-shot (consistent with vim)
Björn Linse
2016-06-29
|
*
|
|
|
timers: make timers work with zero timeout
Björn Linse
2016-06-29
*
|
|
|
|
Add test for :drop
KillTheMule
2016-07-01
|
|
/
/
/
|
/
|
|
|
*
|
|
|
vim-patch:7.4.1136
Patrick
2016-06-30
|
/
/
/
*
|
|
Merge #4984 'Trigger TabNewEntered with <CTRL-W>T'
Justin M. Keyes
2016-06-28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[RFC] Fix #4979: Trigger TabNewEntered also with <CTRL-W>T
Dimitri Merejkowsky
2016-06-28
|
/
/
*
|
unittests/*/helpers: Fix testlint errors
ZyX
2016-06-24
*
|
msgpack_rpc: Fix crash in log_server_msg
ZyX
2016-06-24
*
|
fixup! unittests: Add tests for vim_to_object function
ZyX
2016-06-24
*
|
msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recur
ZyX
2016-06-24
*
|
unittests: Add tests for vim_to_object function
ZyX
2016-06-24
*
|
api/helpers: Use typval_encode.h for vim_to_object
ZyX
2016-06-24
*
|
unittests: Fix testlint errors
ZyX
2016-06-24
*
|
unittests: Fix kFileNoSymlink test on FreeBSD
ZyX
2016-06-24
*
|
unittests: Fix bug somewhere that makes file_read tests SEGV
ZyX
2016-06-24
*
|
file: Move src/nvim/file.* to src/nvim/os/fileio.*
ZyX
2016-06-24
*
|
unittests: Add tests for file.c
ZyX
2016-06-24
*
|
unittests: Add os_write test
ZyX
2016-06-23
*
|
unittests: Add os_close, os_read and os_readv tests
ZyX
2016-06-23
[prev]
[next]