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
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
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
*
|
|
|
|
|
Fix regression of :drop introduced in 1a91000
Michael Budde
2016-07-01
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
rplugin: Manifest file name fallback (#4935)
Shougo
2016-06-30
*
|
|
|
|
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
*
|
|
|
|
doc: remove obsolete reference (#4978)
KillTheMule
2016-06-27
|
/
/
/
/
*
|
|
|
Update version.c (#4974)
KillTheMule
2016-06-27
*
|
|
|
Merge #4646 from oni-link/fix.issue.4569.3
Justin M. Keyes
2016-06-26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fixup2: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
|
fixup: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
|
shell.c: Fix missing output
oni-link
2016-05-15
|
*
|
|
process.c: Prevent data loss for process output streams
oni-link
2016-05-15
*
|
|
|
Merge #4969 from ZyX-I/update-unicode
Justin M. Keyes
2016-06-26
|
\
\
\
\
|
*
|
|
|
version: State that 1960 was included
ZyX
2016-06-26
|
*
|
|
|
Update unicode files
ZyX
2016-06-26
|
/
/
/
/
*
|
|
|
ci: Remove MSAN build until it is fixed. (#4966)
Justin M. Keyes
2016-06-25
*
|
|
|
Merge #4965 from justinmk/fixup4453
Justin M. Keyes
2016-06-25
|
\
\
\
\
|
*
|
|
|
ex_cmds2.c: cleanup
Justin M. Keyes
2016-06-25
|
*
|
|
|
ex_cmds2.c:style: Silence all clint warnings
J Phani Mahesh
2016-06-24
*
|
|
|
|
Merge #4607 from ZyX-I/luaviml'/lua'/encode_vim_to_object
Justin M. Keyes
2016-06-25
|
\
\
\
\
\
|
*
|
|
|
|
unittests/*/helpers: Fix testlint errors
ZyX
2016-06-24
|
*
|
|
|
|
option: Make all pointers in set_string_option constant
ZyX
2016-06-24
|
*
|
|
|
|
*: Fix linter errors
ZyX
2016-06-24
|
*
|
|
|
|
kvec: Do not bother with making capacity a power of 2
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
|
*
|
|
|
|
option: Handle NULL string in set_option_value
ZyX
2016-06-24
|
*
|
|
|
|
eval: Also make clear_tv non-recursive
ZyX
2016-06-24
|
*
|
|
|
|
kvec,typval_encode: Add new vector: the one with preallocated array
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
*
|
|
|
|
|
Merge pull request #4962 from neovim/ZyX-I-patch-1
Nikolai Aleksandrovich Pavlov
2016-06-25
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
doc: Add missing /site/ path component to &runtimepath description
Nikolai Aleksandrovich Pavlov
2016-06-25
|
/
/
/
/
/
*
|
|
|
|
Merge #4865 from ZyX-I/file-buffered-read
Justin M. Keyes
2016-06-24
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
unittests: Fix testlint errors
ZyX
2016-06-24
|
*
|
|
|
os/fileio: Use readv often
ZyX
2016-06-24
|
*
|
|
|
unittests: Fix kFileNoSymlink test on FreeBSD
ZyX
2016-06-24
|
*
|
|
|
*: Satisfy linter (newest type casts rule)
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
|
*
|
|
|
shada: Do not forget to close ShaDa reader
ZyX
2016-06-23
|
*
|
|
|
file: Use own constants, do not rely on fcntl.h
ZyX
2016-06-23
|
*
|
|
|
unittests: Add os_close, os_read and os_readv tests
ZyX
2016-06-23
[prev]
[next]