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
/
nvim
/
event
Commit message (
Expand
)
Author
Age
*
Add overlapped option to jobstart
erw7
2020-06-10
*
win/TUI: enable mouse on ConEmu and vtpcon without vti
erw7
2020-05-26
*
win: use virtual terminal input (VTI) if available #11803
erw7
2020-05-26
*
Test on actual libuv version number, not on existence of symbol.
Matěj Cepl
2020-04-21
*
Make neovim building even with libuv 1.18.0
Matěj Cepl
2020-04-21
*
loop_close: close all handles
Justin M. Keyes
2020-02-17
*
loop_close: call uv_stop(), fix bug
Justin M. Keyes
2020-02-17
*
loop_close: timout after 2 seconds #11821
Justin M. Keyes
2020-02-16
*
jobstart now supports env/clear_env
Matthieu Coudron
2019-12-11
*
tui: flush ui buffer in tui_terminal_after_startup (#11083)
Daniel Hahler
2019-09-24
*
rename: getdigits_safe => try_getdigits
Justin M. Keyes
2019-09-13
*
rename: SplitEvent => MulticastEvent #10989
Justin M. Keyes
2019-09-11
*
rpc: allow handling of nvim_ui_try_resize at the pager
Björn Linse
2019-09-08
*
f_jobwait: cleanup
Justin M. Keyes
2019-09-03
*
events: loop_schedule() is unclear, rename it loop_schedule_fast()
Björn Linse
2019-08-31
*
paste: tickle cursor
Justin M. Keyes
2019-08-27
*
paste: WIP #4448
Justin M. Keyes
2019-08-27
*
win: stream: reset tty stream on close
Anciety
2019-08-20
*
channels: reflect exit due to signals in exit status code (#10573)
Daniel Hahler
2019-08-09
*
stream: log unwritten bytes, if any #10663
Justin M. Keyes
2019-08-01
*
process_stop: uv: do not close stdin first/explicitly #10584
Daniel Hahler
2019-08-01
*
CI: improve gcov handling #10404
Daniel Hahler
2019-07-07
*
:ls : show "R", "F" for terminal-jobs #10370
Justin M. Keyes
2019-06-29
*
gcov: use __gcov_flush instead of __gcov_dump (#10260)
Daniel Hahler
2019-06-18
*
Dump gcov coverage in process_spawn (#10230)
Daniel Hahler
2019-06-15
*
build: fix some warnings
Justin M. Keyes
2019-06-03
*
win: stream_init() issue with tty on Windows #9884
erw7
2019-04-28
*
doc [ci skip]
Justin M. Keyes
2019-03-26
*
deps: update to libuv v1.26.0
Justin M. Keyes
2019-02-21
*
doc: xdg, MAINTAIN.md, channel-id, job control
Justin M. Keyes
2018-10-11
*
tui: Hint wrapped lines to terminals.
Ricky Zhou
2018-09-03
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
Merge #7679 'startup: treat stdin as text instead of commands'
Justin M. Keyes
2018-06-10
|
\
|
*
lint
Justin M. Keyes
2018-06-04
*
|
Bump up buffer capacity to 2GB
KillTheMule
2018-05-23
|
/
*
socket.c: Ignore PVS/V547: False positive
Justin M. Keyes
2018-05-20
*
timer: make sure to free callback after the last timer due callback
Björn Linse
2018-05-13
*
Merge #8218 'Fix errors reported by PVS'
Justin M. Keyes
2018-04-27
|
\
|
*
event/process: Silence PVS/V547: assuming stream->num_bytes changes
ZyX
2018-04-17
|
*
event/loop: Silence PVS/V547: condition is false in case of no timeout
ZyX
2018-04-09
*
|
win: open child stdio handles in overlapped-mode (#8113)
Björn Linse
2018-04-25
*
|
IO: shada should respect 'fsync' option
Justin M. Keyes
2018-04-21
*
|
job-control: children_kill_cb(): do not check elapsed time
Justin M. Keyes
2018-04-15
*
|
job-control: one-shot timer instead of repeating
Justin M. Keyes
2018-04-15
*
|
job-control: mitigate process-kill race
Justin M. Keyes
2018-04-15
*
|
loop: remove `children_stop_requests`
Justin M. Keyes
2018-04-15
|
/
*
win: os_proc_tree_kill()
Justin M. Keyes
2018-03-16
*
jobs: child proc must have a separate process-group
Justin M. Keyes
2018-03-16
*
jobwait: return -2 on interrupt also with timeout
Björn Linse
2018-02-20
*
tui: fix use-after-free after UI `stop` event #7922
Justin M. Keyes
2018-01-28
[next]