aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove swap file accidentally committed in 34dba3d7.John Szakmeister2015-04-05
* clipboard: missing `return NULL` when provider not availableBjörn Linse2015-04-05
* clipboard: handle clipboard reading directly in `get_yank_register`Björn Linse2015-04-05
* clipboard: improve the handling of newlines in `get_clipboard`Björn Linse2015-04-05
* clipboard: reallow `:put`Björn Linse2015-04-05
* clipboard: show "* and "+ in :registersBjörn Linse2015-04-05
* Fix a memory leak for WBuffers used in channel_write().oni-link2015-04-03
* Prevent too early sending of delayed notifications.oni-link2015-04-03
* Merge pull request #2318 from yshui/masterJohn Szakmeister2015-04-03
|\
| * CMakeLists: fix build when there're multiple arguments in C_FLAGSYuxuan Shui2015-03-31
* | eval: Ensure all job callbacks are invoked by `jobwait()`Thiago de Arruda2015-04-02
* | eval: Add internal_refcount field to dict_TThiago de Arruda2015-04-02
* | vim-patch:7.4.336 #2299David Bürgin2015-04-02
* | vim-patch:7.4.515David Bürgin2015-04-01
* | Modeline cleanupMichael Reed2015-03-31
* | Remove potential NULL dereference. #2316Prajjwal Bhandari2015-03-31
* | Merge pull request #2296 from glts/vim-7.4.324Florian Walch2015-03-31
|\ \ | |/ |/|
| * vim-patch:7.4.324David Bürgin2015-03-30
* | 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