aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
* | Be more explicit about the lack of X11 integrationMichael Reed2015-11-10
|/
* Fix 'exrc' optionOvidiu Curcan2015-10-29
* main: Start modeling Nvim as pushdown automatonThiago de Arruda2015-10-26
* main: Extract `normal_check` from `main_loop`Thiago de Arruda2015-10-26
* main: Check init.vim files also in other XDG directoriesZyX2015-10-24
* *: Fix linter errorsZyX2015-10-23
* main,version: Remove USR_EXRC_FILE*ZyX2015-10-23
* main,os/env: Fix lint errorsZyX2015-10-23
* documentation: Update documentationZyX2015-10-23
* shada: Move shada file to a new locationZyX2015-10-23
* stdpaths,main: Remove all remaining memory leaksZyX2015-10-23
* stdpaths: Rename export functions so that they have common prefixZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* shada: Translate errors and add error codesZyX2015-10-08
* main: Silence -Wunused-result in main.c for shada_read_fileZyX2015-10-08
* Replace references to viminfo in various placesZyX2015-10-08
* main: Read marks at startupZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
* log: Make logging thread-safeThiago de Arruda2015-09-06
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* main: Initialize event loop before command_line_scanThiago de Arruda2015-08-21
* event: Refactor async event processingThiago de Arruda2015-08-13
* Source provider at start if &cb is set #3025Marco Hinz2015-07-20
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* os/fs: Use module-local uv_loop_t instanceThiago de Arruda2015-07-01
* Passing by: Remove X_LOCALE refsMichael Reed2015-05-30
* main.c:mainerr(): Namespace messagesMichael Reed2015-05-30
* main.c: Simplify error string managementMichael Reed2015-05-30
* getenv: return NULL if empty #2574Scott Prager2015-05-29
* input: rename input_{start,stop}_stdin()Justin M. Keyes2015-05-27
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* input: set input stream to blocking on exitJustin M. Keyes2015-05-27
* Remove `-T` command-line optionMichael Reed2015-05-18
* `nvim --help` text: Unify with manpagesMichael Reed2015-05-13