aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* startup: wait for embedder before executing startup commands and filesBjörn Linse2018-09-18
* loop_close: Drain thread_events (#8990)Justin M. Keyes2018-09-16
* lintJan Edmund Lazo2018-09-06
* main: advance in edit_buffers() is boolJan Edmund Lazo2018-09-06
* window: refactor boolean variables in win_close()Jan Edmund Lazo2018-09-06
* vim-patch:8.0.1792: MS-Windows users expect -? to work like --helpJan Edmund Lazo2018-09-04
* vim-patch:8.0.1404: invalid memory access on exitJan Edmund Lazo2018-08-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* main: fix FALLTHROUGH hints (#8623)John Dallahan2018-06-22
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* startup: delete empty stdin buffer if other files were openedJustin M. Keyes2018-06-18
* startup: go to buffer 2 if stdin is emptyJustin M. Keyes2018-06-18
* startup: fix -E/-Es without `-u NONE`Justin M. Keyes2018-06-17
* Ex mode: use getexline() instead of getexmodeline()Justin M. Keyes2018-06-17
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* cleanup, test interactive -EJustin M. Keyes2018-06-04
* win/startup: remove --literalJustin M. Keyes2018-06-04
* startup: allow explicit "-" file arg with --headlessJustin M. Keyes2018-06-04
* startup: fix -es/-Es so they are actually silentJustin M. Keyes2018-06-04
* startup: silent-mode is not `full_screen`Justin M. Keyes2018-06-04
* lintJustin M. Keyes2018-06-04
* startup: stdin-text with -E, -Es (improved Ex-mode)Justin M. Keyes2018-06-04
* startup: stdin-text with file argsJustin M. Keyes2018-06-04
* startup: stdin as text instead of commandsJustin M. Keyes2018-06-04
* main.c: remove check_tty(), delayed warningJustin M. Keyes2018-06-04
* lintJustin M. Keyes2018-06-04
* main.c: remove useless callJustin M. Keyes2018-05-18
* do not pass NULL to os_getenvJustin M. Keyes2018-05-18
* 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