aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* eval: Implement `jobclose()` vimscript functionThiago de Arruda2015-03-29
* eval: Implement `jobwait()` vimscript functionThiago de Arruda2015-03-29
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* eval: Refactor `call_func` and `func_unref`Thiago de Arruda2015-03-29
* vim-patch:7.4.502 #2282David Bürgin2015-03-29
* vim-patch:7.4.529 #2270David Bürgin2015-03-27
* Vim patch: Add missing patch version 422 in version.c #2268David Bürgin2015-03-27
* tui: Fix reading when stdin is not a ttyThiago de Arruda2015-03-26
* job: Close the process in a queued event handlerThiago de Arruda2015-03-25
* job: Fix memory errorsoni-link2015-03-25
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* event: Ensure the loop is stopped when a event is pushed.Thiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* buffer: Add WITH_BUFFER macro to simplify global buffer modificationThiago de Arruda2015-03-25
* vim.h: remove #ifndef EINTRThiago de Arruda2015-03-25
* api: Move switch_to_win_for_buf/restore_win_for_buf to api helpersThiago de Arruda2015-03-25
* ui: Schedule screen refreshs to run in the event loopThiago de Arruda2015-03-25
* map: Add Map(int, int)Thiago de Arruda2015-03-25
* map: Add map_clear methodThiago de Arruda2015-03-25
* syntax: Fix possible invalid read in hl_combine_attrThiago de Arruda2015-03-25
* tests: Migrate legacy test 94 #2218David Bürgin2015-03-25
* doc: Remove refs to 'compatible' and friendsMichael Reed2015-03-24
* doc: Misc. cleanupJustin M. Keyes2015-03-24
* Remove `--nofork` / `-f` remnantsMichael Reed2015-03-24
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* job: Fix memory erroroni-link2015-03-24
* job: Fix process cleanup using SIGCHLD/waitpidThiago de Arruda2015-03-24
* Merge pull request #2214 from Pyrohh/version-cleanupJustin M. Keyes2015-03-23
|\
| * version.c: Clean up --version / :version outputMichael Reed2015-03-22
| * Remove *_BUILTIN_TCAPS & 'ttybuiltin'Michael Reed2015-03-22
* | Merge pull request #2212 from bfredl/concealfixBjörn Linse2015-03-22
|\ \ | |/ |/|
| * vim-patch: mark 7.4.673 as includedBjörn Linse2015-03-21
| * syntax: let first syntax item seqnr be 1 instead of 0Björn Linse2015-03-21
* | Passing-by: Add function attributes.Eliseo Martínez2015-03-22
* | coverity/105985: Resource leak: RI.Eliseo Martínez2015-03-22
* | coverity/105982: Unckecked return value: RI.Eliseo Martínez2015-03-22
* | coverity/105568: Free of array-typed value: FP.Eliseo Martínez2015-03-22
* | coverity/13777: String not null terminated: RI.Eliseo Martínez2015-03-22
|/
* vim-patch:7.4.503 #2178Perry Hung2015-03-20
* tui: Add support for true color terminalsThiago de Arruda2015-03-20
* Merge pull request #2144 from jszakmeister/fix-warning-in-releaseJohn Szakmeister2015-03-20
|\
| * Fix unused variable in wstream.c for a release build.John Szakmeister2015-03-14
| * Avoid an unused variable warning in the release build.John Szakmeister2015-03-13
* | Remove BINARY_FILE_IO option #2179Perry Hung2015-03-18
* | misc2.c: Move emsg* functions to message.c #2152Michael Reed2015-03-19
* | tests/legacy: convert test 63 (`:match` and `matchadd()` )Björn Linse2015-03-19
* | tests: update legacy Makefile #2186Justin M. Keyes2015-03-19
* | main: Simplify code that deals with early user inputThiago de Arruda2015-03-18
* | ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* | tui.c: Send fewer cursor-hide commands to the terminal.oni-link2015-03-18