aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* startup: do "syntax enable" instead of "syntax on"Björn Linse2021-04-30
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* remove -Z entry from --helpsrafi12021-01-15
* Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* | vim-patch:8.2.0769: VimLeavePre not triggered when Vim is terminatedJan Edmund Lazo2020-12-22
* | vim-patch:8.1.1872: when Vim exits because of a signal, VimLeave is not trigg...Jan Edmund Lazo2020-12-20
|/
* vim-patch:8.2.0047: cannot skip tests for specific MS-Windows platform (#13461)Jan Edmund Lazo2020-12-11
* vim-patch:8.2.1833: when reading from stdin dup() is called twice (#13498)Jan Edmund Lazo2020-12-09
* executor: use new nlua_ name patternBjörn Linse2020-12-01
* startup: allow lua files as session onedm1try2020-12-01
* startup: add init.lua as an alternative user config, fixes #7895dm1try2020-12-01
* vim-patch:8.2.2059: Amiga: can't find pluginsJan Edmund Lazo2020-11-27
* globals: eliminate "has_mbyte" macroJan Edmund Lazo2020-11-14
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* api: add API for themesBjörn Linse2020-11-01
* luahl: global the luahlBjörn Linse2020-09-13
* decor: sketch new decorations APIBjörn Linse2020-09-03
* startup: fix stall issue with -D options (#12652)erw72020-07-19
* main.c: fix hang issue with recoverymode (#12496)erw72020-06-22
* vim-patch:8.0.1554: custom plugins loaded with --cleanJan Edmund Lazo2020-06-18
* vim-patch:8.0.1564: too many #ifdefsJan Edmund Lazo2020-06-04
* vim-patch:8.1.2233: cannot get the Vim command line arguments (#12117)kuuote2020-05-24
* nvim: Correctly setup global channelsAndreas Schneider2020-02-23
* lintJustin M. Keyes2020-02-02
* refactor: rename mch_exit => os_exitJustin M. Keyes2020-02-02
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26
* Add stdin, stdout replacement functionserw72020-01-17
* Change to use TriState instead of boolerw72020-01-17
* Change to use ConPTY, if availableerw72020-01-17
* log_init: call log_path_init (#11501)Daniel Hahler2019-12-02
* vim-patch:8.1.0461: quickfix: change comment style #11453Jan Edmund Lazo2019-11-24
* lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse2019-11-10
* recovery mode (-r/-L): use headless_mode (#11187)Daniel Hahler2019-10-11
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* startup: fail if --embed with -es/-Es #10753glacambre2019-09-13
* UIEnter/UILeave: fire for embedder UI, builtin TUIJustin M. Keyes2019-09-12
* vim-patch:8.1.1197: when starting with multiple tabs file messages is confusingJan Edmund Lazo2019-09-08
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* vim-patch:8.1.0515: reloading a script gives errors for existing functionserw72019-09-04
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
* styleJustin M. Keyes2019-08-13
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Change to use VV_PROGPATH instead os_exepath()erw72019-06-09
| * Fix problems with message catalog directoryerw72019-06-09
* | remove DYNAMIC_ICONVerw72019-08-06