aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
| |\
| * \ Merge branch 'master' into s-dash-stdinZyX2017-12-03
| |\ \
| * | | main: Translate full -s error message, not part of itZyX2017-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
| |_|/ |/| |
* | | lintJustin M. Keyes2018-04-11
* | | server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESSJustin M. Keyes2018-04-11
* | | cleanup: remove main_start_gui()Justin M. Keyes2018-04-11
* | | build/msvc: Add missing WIN32 macrob-r-o-c-k2018-03-04
* | | build/msvc: Fix standard IO file number definitionsb-r-o-c-k2018-02-28
* | | exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)Justin M. Keyes2018-02-07
* | | Fix warning about variable length array.George Zhao2018-01-18
* | | Fix warning about unused value.George Zhao2018-01-18
* | | *: Provide list length when allocating listsZyX2018-01-14
* | | vim-patch:8.0.0420: text garbled when the system encoding differs from 'encod...James McCoy2017-12-17
| |/ |/|
* | tui: job-control: use saved termios for pty jobsJustin M. Keyes2017-11-25
* | channels: stderr channelBjörn Linse2017-11-25
* | channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* | vim-patch:8.0.0096: has('ttyin'), has('ttyout')Justin M. Keyes2017-11-04
* | 'titleold': move logic to getout()Justin M. Keyes2017-10-05
* | win: expect utf8-encoded `argv` when built as a libraryJustin M. Keyes2017-08-24
* | win: wmain(): use utf16_to_utf8() #7060Justin M. Keyes2017-08-24
* | win: wmain(): locale-independent argv (#7180)Yuto Tokunaga2017-08-23
* | vim-patch:8.0.0680James McCoy2017-08-21
* | vim-patch:8.0.0612James McCoy2017-08-21
* | nvim -h: omit special-case optionsJustin M. Keyes2017-08-18
* | io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* | input: skip dialogs if no UI is activeJustin M. Keyes2017-08-06
* | main: Flush file in place of closing it, also do error reportingZyX2017-07-04
* | main: Use msgpack_file_write in place of “fbuffer”ZyX2017-07-04
* | main: Fix V522: potential NULL dereferenceZyX2017-07-04
* | loop_close: Avoid infinite loop, and log it.Justin M. Keyes2017-06-07
* | main: Silence V522: potential NULL pointer dereferenceZyX2017-05-20
* | startup: init v:progpath before calling vim_getenv (#6755)Justin M. Keyes2017-05-17
* | env_iter: Learn `delim` parameter.Justin M. Keyes2017-05-15
* | startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
* | ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* | *: Add comment to all C filesZyX2017-04-19
* | 'guicursor': Disable by default for unknown terminals.Justin M. Keyes2017-04-04
* | *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* | eval: Split eval.c into smaller filesZyX2017-03-29
* | vim-patch:7.4.2164 (#6326)Justin M. Keyes2017-03-21
|/
* clipboard: set v:register after startup (#5708)Björn Linse2017-03-18
* *: Fix linter errorsZyX2017-02-23
* buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23