aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
* main.c: Make '-v' synonymous with '--version'Michael Reed2015-05-13
* Remove char_u: ReviewMichael Reed2015-05-13
* Remove char_u: main:use_vimrcMichael Reed2015-05-13
* Remove char_u: main:process_env()Michael Reed2015-05-13
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* refactor: remove USR_VIMRC_FILE4 #2580Yamakaky2015-05-07
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Refactor get_env() to respect const qualifierMark Bainter2015-04-18
* Remove char_u: vim_getenv()Mark Bainter2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* doc: Misc. cleanupJustin M. Keyes2015-03-24
* Remove `--nofork` / `-f` remnantsMichael Reed2015-03-24
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* main: Simplify code that deals with early user inputThiago de Arruda2015-03-18
* main: Start stdin before sourcing startup scriptsThiago de Arruda2015-03-17
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Interface cleanup: Symlink handling & docsMichael Reed2015-03-12
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Rewrite the builtin terminal UIThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* Remove vimdiffMichael Reed2015-02-03
* main.c: usage() improvementMichael Reed2015-02-03
* main.c: Misc. improvementsMichael Reed2015-01-23
* main.c: Enable -WconversionMichael Reed2015-01-23
* Remove easy modeFelipe Morales2015-01-15
* Merge pull request #1816 from Pyrohh/macro_cleanupJustin M. Keyes2015-01-15
|\
| * Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
* | main: Fix color schemes for abstract_uiThiago de Arruda2015-01-13
|/
* Remove QNX/pterm remnantsMichael Reed2015-01-11
* Remove Amiga remnantsMichael Reed2014-12-19
* Use ARRAY_SIZE where Coccinelle wasn't able to do itFelipe Oliveira Carvalho2014-12-18
* main.c: remove NO_VIM_MAINJustin M. Keyes2014-12-13
* Ignore compatible modeJoel Teichroeb2014-12-13
* Allow building as a static -fPIC libraryoakes2014-12-12
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* term: Move "set_shellsize" to screen.c as "screen_resize"Thiago de Arruda2014-12-02