| Commit message (Expand) | Author | Age |
* | doc: job/channel, misc #7783 | Justin M. Keyes | 2018-06-11 |
* | cleanup, test interactive -E | Justin M. Keyes | 2018-06-04 |
* | win/startup: remove --literal | Justin M. Keyes | 2018-06-04 |
* | startup: allow explicit "-" file arg with --headless | Justin M. Keyes | 2018-06-04 |
* | startup: fix -es/-Es so they are actually silent | Justin M. Keyes | 2018-06-04 |
* | startup: silent-mode is not `full_screen` | Justin M. Keyes | 2018-06-04 |
* | lint | Justin M. Keyes | 2018-06-04 |
* | startup: stdin-text with -E, -Es (improved Ex-mode) | Justin M. Keyes | 2018-06-04 |
* | startup: stdin-text with file args | Justin M. Keyes | 2018-06-04 |
* | startup: stdin as text instead of commands | Justin M. Keyes | 2018-06-04 |
* | main.c: remove check_tty(), delayed warning | Justin M. Keyes | 2018-06-04 |
* | lint | Justin M. Keyes | 2018-06-04 |
* | main.c: remove useless call | Justin M. Keyes | 2018-05-18 |
* | do not pass NULL to os_getenv | Justin M. Keyes | 2018-05-18 |
* | 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 |
| |\ |
|
| * \ | 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 |
| * | | | 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 |
| |_|/
|/| | |
|
* | | | lint | Justin M. Keyes | 2018-04-11 |
* | | | server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS | Justin M. Keyes | 2018-04-11 |
* | | | cleanup: remove main_start_gui() | Justin M. Keyes | 2018-04-11 |
* | | | build/msvc: Add missing WIN32 macro | b-r-o-c-k | 2018-03-04 |
* | | | build/msvc: Fix standard IO file number definitions | b-r-o-c-k | 2018-02-28 |
* | | | exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954) | Justin M. Keyes | 2018-02-07 |
* | | | Fix warning about variable length array. | George Zhao | 2018-01-18 |
* | | | Fix warning about unused value. | George Zhao | 2018-01-18 |
* | | | *: Provide list length when allocating lists | ZyX | 2018-01-14 |
* | | | vim-patch:8.0.0420: text garbled when the system encoding differs from 'encod... | James McCoy | 2017-12-17 |
| |/
|/| |
|
* | | tui: job-control: use saved termios for pty jobs | Justin M. Keyes | 2017-11-25 |
* | | channels: stderr channel | Björn Linse | 2017-11-25 |
* | | channels: allow bytes sockets and stdio, and buffered bytes output | Björn Linse | 2017-11-24 |
* | | vim-patch:8.0.0096: has('ttyin'), has('ttyout') | Justin M. Keyes | 2017-11-04 |
* | | 'titleold': move logic to getout() | Justin M. Keyes | 2017-10-05 |
* | | win: expect utf8-encoded `argv` when built as a library | Justin M. Keyes | 2017-08-24 |
* | | win: wmain(): use utf16_to_utf8() #7060 | Justin M. Keyes | 2017-08-24 |
* | | win: wmain(): locale-independent argv (#7180) | Yuto Tokunaga | 2017-08-23 |
* | | vim-patch:8.0.0680 | James McCoy | 2017-08-21 |
* | | vim-patch:8.0.0612 | James McCoy | 2017-08-21 |
* | | nvim -h: omit special-case options | Justin M. Keyes | 2017-08-18 |
* | | io: more guards against NULL filename (#7159) | Justin M. Keyes | 2017-08-13 |
* | | input: skip dialogs if no UI is active | Justin M. Keyes | 2017-08-06 |
* | | main: Flush file in place of closing it, also do error reporting | ZyX | 2017-07-04 |
* | | main: Use msgpack_file_write in place of “fbuffer” | ZyX | 2017-07-04 |
* | | main: Fix V522: potential NULL dereference | ZyX | 2017-07-04 |