aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* CMakeLists: fix build when there're multiple arguments in C_FLAGSYuxuan Shui2015-03-31
* CMakeLists: enable USE_FNAME_CASE on MacScott Prager2015-03-31
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* os_scandir: mch/unix_expandpath() -> path_expand()Scott Prager2015-03-31
* Un-mch mch_has_(exp_)wildcard().Scott Prager2015-03-31
* os_scandir(), scandir_next(), and os_closedir()Scott Prager2015-03-31
* Create new mode() value for terminal-mode ('t') #2287Harm te Hennepe2015-03-27
* eval: Improve validation of ids passed to job functionsThiago de Arruda2015-03-29
* 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