aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
* timers: stop all timers on teardownBjörn Linse2016-06-01
* *: Rename main loop variable from loop to main_loopZyX2016-05-30
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* defaults: Enable syntax/filetype for real.Justin M. Keyes2016-04-15
* main.c: Free msgpack packer in --api-info handler to make ASAN happyThiago de Arruda2016-04-11
* main: Move term:// protocol name to a macrosZyX2016-02-28
* main: Make using :edit term:// run TermOpen eventZyX2016-02-28
* Revert "Merge pull request #4362 from justinmk/termopen"ZyX2016-02-28
* term: publish TermOpen in "e term://" handler.Justin M. Keyes2016-02-23
* build: install *.mo into the "standard" directoryJun T2016-02-23
* startup: Avoid VimL global. Introduce TriState enum.Justin M. Keyes2016-02-14
* startup: respect earlier :filetype and :syntax.Felipe Morales2016-02-14
* ex_docmd: rename force_enable_filetype().Justin M. Keyes2016-02-14
* syntax: don't override user settingsFelipe Morales2016-02-14
* syntax: avoid extra global macroJustin M. Keyes2016-02-14
* defaults: Enable syntax and filetype plugins.Felipe Morales2016-02-14
* vim-patch:7.4.689watiko2016-02-07
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Merge pull request #3651 from mhinz/remove-nvimrc-refsJustin M. Keyes2015-11-11
|\
| * Remove all invalid nvimrc and ngvimrc referencesMarco Hinz2015-11-11