aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
| * | | | | IO: let 'fsync' option control more casesJustin M. Keyes2018-04-21
| * | | | | IO: shada should respect 'fsync' optionJustin M. Keyes2018-04-21
* | | | | | tui/input.c: add support for mouse release events in urxvt (#8309)symphorien2018-04-22
* | | | | | inccommand: pause :terminal redraws (#8307)Justin M. Keyes2018-04-22
* | | | | | inccommand: do not execute trailing commands #8256Nimit Bhardwaj2018-04-21
|/ / / / /
* | | | | terminal: do not call redraw_buf_later() (#8306)Justin M. Keyes2018-04-21
* | | | | ui_events: correct wrong argument orderBjörn Linse2018-04-17
* | | | | Merge #8276 'startup: Make -s - read from stdin'Justin M. Keyes2018-04-17
|\ \ \ \ \
| * | | | | win: Fix reading from stdinb-r-o-c-k2018-04-14
| * | | | | Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
| |\ \ \ \ \
| * | | | | | getchar: Move REMAP_… values into a enumZyX2017-12-03
| * | | | | | Merge branch 'master' into s-dash-stdinZyX2017-12-03
| |\ \ \ \ \ \
| * | | | | | | main: Translate full -s error message, not part of itZyX2017-03-19
| * | | | | | | os/fileio: Fix QB failureZyX2017-03-19
| * | | | | | | *: Fix linter errorsZyX2017-03-19
| * | | | | | | fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX2017-03-19
| * | | | | | | getchar: Use fileio instead of fdopenZyX2017-03-19
| * | | | | | | main: Temporary fix assertion errorZyX2017-03-19
| * | | | | | | main: Make `-s -` read from stdinZyX2017-03-19
* | | | | | | | startup: ignore -XJustin M. Keyes2018-04-16
* | | | | | | | terminal: resize to the max dimensions (#8249)Andrew Pyatkov2018-04-16
* | | | | | | | job-control: children_kill_cb(): do not check elapsed timeJustin M. Keyes2018-04-15
* | | | | | | | job-control: one-shot timer instead of repeatingJustin M. Keyes2018-04-15
* | | | | | | | job-control: mitigate process-kill raceJustin M. Keyes2018-04-15
* | | | | | | | loop: remove `children_stop_requests`Justin M. Keyes2018-04-15
* | | | | | | | events: VimSuspend, VimResume #8280geekodour2018-04-15
* | | | | | | | Merge #6272 'stdpath()'Justin M. Keyes2018-04-15
|\ \ \ \ \ \ \ \
| * | | | | | | | eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
* | | | | | | | | Merge #8160 'win: oldtests: prefer cmd.exe'Justin M. Keyes2018-04-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | oldtests: win: skip test49Jan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: win: keep set dir=/Jan Edmund Lazo2018-04-12
| * | | | | | | | | win: getftype(symlink) returns 'link'Jan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: check +iconv for makeencodingJan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: win: help sp?it opens split()Jan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: win: shellslash for cdpath,tags,:findJan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: win: cmd.exe echo has trailing CRJan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: use expand() to fix pathsepJan Edmund Lazo2018-04-12
| * | | | | | | | | oldtests: newstyle: win: reset shell to cmd.exeJan Edmund Lazo2018-04-12
* | | | | | | | | | win: Fix reading content from stdin (#8267)b-r-o-c-k2018-04-14
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | tui: abort on unexpected enum value (#8266)John Szakmeister2018-04-13
* | | | | | | | | API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes2018-04-13
* | | | | | | | | channels: cleanup channel freeing codeBjörn Linse2018-04-12
* | | | | | | | | channels: delay free so that libuv can cleanup handlesBjörn Linse2018-04-12
* | | | | | | | | ui_set_option: pass String.data, not StringJustin M. Keyes2018-04-12
* | | | | | | | | tui: fix uninitialize variable usage (#8261)John Szakmeister2018-04-12
|/ / / / / / / /
* | | | | | | | test/util: expect_err() (#8257)Justin M. Keyes2018-04-11
* | | | | | | | Merge #8247 'server: introduce --listen'Justin M. Keyes2018-04-11
|\ \ \ \ \ \ \ \
| * | | | | | | | lintJustin M. Keyes2018-04-11
| * | | | | | | | server: init v:servername if $NVIM_LISTEN_ADDRESS is invalidJustin M. Keyes2018-04-11
| * | | | | | | | server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESSJustin M. Keyes2018-04-11