| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | IO: let 'fsync' option control more cases | Justin M. Keyes | 2018-04-21 | |
| | * | | | | | IO: shada should respect 'fsync' option | Justin M. Keyes | 2018-04-21 | |
| * | | | | | | tui/input.c: add support for mouse release events in urxvt (#8309) | symphorien | 2018-04-22 | |
| * | | | | | | inccommand: pause :terminal redraws (#8307) | Justin M. Keyes | 2018-04-22 | |
| * | | | | | | inccommand: do not execute trailing commands #8256 | Nimit Bhardwaj | 2018-04-21 | |
| |/ / / / / | ||||
| * | | | | | terminal: do not call redraw_buf_later() (#8306) | Justin M. Keyes | 2018-04-21 | |
| * | | | | | ui_events: correct wrong argument order | Björn Linse | 2018-04-17 | |
| * | | | | | Merge #8276 'startup: Make -s - read from stdin' | Justin M. Keyes | 2018-04-17 | |
| |\ \ \ \ \ | ||||
| | * | | | | | win: Fix reading from stdin | b-r-o-c-k | 2018-04-14 | |
| | * | | | | | Merge branch 'master' into s-dash-stdin | b-r-o-c-k | 2018-04-14 | |
| | |\ \ \ \ \ | ||||
| | * | | | | | | getchar: Move REMAP_… values into a enum | ZyX | 2017-12-03 | |
| | * | | | | | | Merge branch 'master' into s-dash-stdin | ZyX | 2017-12-03 | |
| | |\ \ \ \ \ \ | ||||
| | * | | | | | | | main: Translate full -s error message, not part of it | ZyX | 2017-03-19 | |
| | * | | | | | | | os/fileio: Fix QB failure | ZyX | 2017-03-19 | |
| | * | | | | | | | *: Fix linter errors | ZyX | 2017-03-19 | |
| | * | | | | | | | fileio,main: Do not restart syscall at EAGAIN when reading for -s | ZyX | 2017-03-19 | |
| | * | | | | | | | getchar: Use fileio instead of fdopen | ZyX | 2017-03-19 | |
| | * | | | | | | | main: Temporary fix assertion error | ZyX | 2017-03-19 | |
| | * | | | | | | | main: Make `-s -` read from stdin | ZyX | 2017-03-19 | |
| * | | | | | | | | startup: ignore -X | Justin M. Keyes | 2018-04-16 | |
| * | | | | | | | | terminal: resize to the max dimensions (#8249) | Andrew Pyatkov | 2018-04-16 | |
| * | | | | | | | | 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 | |
| * | | | | | | | | events: VimSuspend, VimResume #8280 | geekodour | 2018-04-15 | |
| * | | | | | | | | Merge #6272 'stdpath()' | Justin M. Keyes | 2018-04-15 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | eval: Add stdpath() method (#5297) | Christian Höltje | 2018-03-29 | |
| * | | | | | | | | | Merge #8160 'win: oldtests: prefer cmd.exe' | Justin M. Keyes | 2018-04-15 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | oldtests: win: skip test49 | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: win: keep set dir=/ | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | win: getftype(symlink) returns 'link' | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: check +iconv for makeencoding | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: win: help sp?it opens split() | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: win: shellslash for cdpath,tags,:find | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: win: cmd.exe echo has trailing CR | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: use expand() to fix pathsep | Jan Edmund Lazo | 2018-04-12 | |
| | * | | | | | | | | | oldtests: newstyle: win: reset shell to cmd.exe | Jan Edmund Lazo | 2018-04-12 | |
| * | | | | | | | | | | win: Fix reading content from stdin (#8267) | b-r-o-c-k | 2018-04-14 | |
| | |_|_|_|/ / / / / |/| | | | | | | | | ||||
| * | | | | | | | | | tui: abort on unexpected enum value (#8266) | John Szakmeister | 2018-04-13 | |
| * | | | | | | | | | API/nvim_command_output: handle :echon capture (#8265) | Justin M. Keyes | 2018-04-13 | |
| * | | | | | | | | | channels: cleanup channel freeing code | Björn Linse | 2018-04-12 | |
| * | | | | | | | | | channels: delay free so that libuv can cleanup handles | Björn Linse | 2018-04-12 | |
| * | | | | | | | | | ui_set_option: pass String.data, not String | Justin M. Keyes | 2018-04-12 | |
| * | | | | | | | | | tui: fix uninitialize variable usage (#8261) | John Szakmeister | 2018-04-12 | |
| |/ / / / / / / / | ||||
| * | | | | | | | | test/util: expect_err() (#8257) | Justin M. Keyes | 2018-04-11 | |
| * | | | | | | | | Merge #8247 'server: introduce --listen' | Justin M. Keyes | 2018-04-11 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | lint | Justin M. Keyes | 2018-04-11 | |
| | * | | | | | | | | server: init v:servername if $NVIM_LISTEN_ADDRESS is invalid | Justin M. Keyes | 2018-04-11 | |
| | * | | | | | | | | server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS | Justin M. Keyes | 2018-04-11 | |