aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* '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
* vim-patch:7.4.1727Michael Ennen2017-02-14
* Merge pull request #5913 from mhinz/buf-lookup-patchesJames McCoy2017-02-06
|\
| * vim-patch:7.4.2024Marco Hinz2017-02-04
* | win: Append process dir to $PATHJustin M. Keyes2017-02-04
|/
* vim-patch:7.4.1909 (#5748)Shougo2016-12-10
* os/shell: Throttle :! output, pulse "..." message.Justin M. Keyes2016-12-09
* Add v:exitingMarco Hinz2016-12-01
* lintJames McCoy2016-11-14
* vim-patch:7.4.1658James McCoy2016-11-14
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* startup: Remove 'N files to edit' message. #5481Linda_pp2016-10-14
* main.c: "BufReadCmd term://": Skip existing terminal.Justin M. Keyes2016-10-12
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* tui.c: Do not wait for tui loop on teardown. (#4789)Justin M. Keyes2016-09-24
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31
* Fix vim-patch:7.4.689Rui Abreu Ferreira2016-08-07
* vim-patch:7.4.1147 (#5005)prollings2016-07-10
* lintJames McCoy2016-07-08
* vim-patch:7.4.1552James McCoy2016-07-08
* vim-patch:7.4.1550James McCoy2016-07-08
* vim-patch:7.4.1384James McCoy2016-07-08
* options: Default t_Co to 256.Justin M. Keyes2016-07-02
* vim-patch:7.4.1716Marco Hinz2016-07-01