aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* eval: Return an empty list from systemlist() when there's no outputThiago de Arruda2014-11-10
* job: Let vimL jobsend() accept a list.Scott Prager2014-11-07
* job: Make v:job_data[2] a list.Scott Prager2014-11-07
* job: Read job data line-wise.Scott Prager2014-11-07
* Remove long_u: eval: Replace with size_t.Eliseo Martínez2014-11-06
* iconv: re-enableNicolas Hillegeer2014-11-06
* event: Reintroduce the immediate event queueThiago de Arruda2014-11-02
* job: Let job_start callers to selectively ignore stdioThiago de Arruda2014-10-31
* Merge pull request #1312 from GokuITA/coverity1289Justin M. Keyes2014-10-30
|\
| * coverity/71507: Unchecked return value (CHECKED_RETURN)Victor Fonseca2014-10-20
* | api: Implement vim_command_output functionThiago de Arruda2014-10-28
* | job/valgrind: Fix invalid reads/missing free.Scott Prager2014-10-28
* | eval: Defer execution of JobActivity autocommandsThiago de Arruda2014-10-21
* | msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
|/
* rstream: Extract some RStream functionality to RBufferThiago de Arruda2014-10-18
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | eval: Fix `save_tv_as_string` to handle non-string typesThiago de Arruda2014-10-01
* | Implement save_tv_as_string to assist in #1176.Scott Prager2014-09-30
* | Fix system() output truncation bug.Scott Prager2014-09-30
* | vim-patch:7.4.256Scott Prager2014-09-30
* | Return list from rettv_list_alloc.Scott Prager2014-09-30
* | vim-patch:7.4.248Scott Prager2014-09-30
* | vim-patch:7.4.247Scott Prager2014-09-30
* | vim-patch:7.4.411André Twupack2014-09-22
|/
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* FOR_ALL_TABS helperWayne Rowcliffe2014-09-22
* Merge pull request #1197 from Shougo/vim-patch-7.4.392Justin M. Keyes2014-09-20
|\
| * vim-patch:7.4.392Shougo Matsushita2014-09-18
* | api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
|/
* Merge pull request #953 from splinterofchaos/patch235-exepathJustin M. Keyes2014-09-17
|\
| * vim-patch:7.4.235Scott Prager2014-09-17
* | vim-patch:7.4.313Damián Silvani2014-09-16
* | vim-patch:7.4.310Damián Silvani2014-09-16
|/
* Merge pull request #1140 from atwupack/vp-7.4.341Justin M. Keyes2014-09-15
|\
| * vim-patch:7.4.358André Twupack2014-09-13
| * vim-patch:7.4.351André Twupack2014-09-13
| * vim-patch:7.4.341André Twupack2014-09-13
* | eval.c: Rename has('neovim') feature to has('nvim')Thiago de Arruda2014-09-15
* | Merge pull request #1169 from splinterofchaos/arglistidJustin M. Keyes2014-09-15
|\ \
| * | vim-patch:7.4.312Scott Prager2014-09-13
| |/
* | eval.c: Rename msgpack-rpc functions for consistencyThiago de Arruda2014-09-13
* | eval.c: Rename jobwrite to jobsendThiago de Arruda2014-09-13
|/
* api: Implement `vim_report_error` functionThiago de Arruda2014-09-12
* api/msgpack-rpc: Implement `channel_close` and expose to vimscriptThiago de Arruda2014-09-12
* api/msgpack-rpc: Expose channel_from_job to vimscript as api_spawnThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago de Arruda2014-09-12
* Merge pull request #1149 from splinterofchaos/vim-patch-7.4.278Justin M. Keyes2014-09-09
|\
| * vim-patch:7.4.278Scott Prager2014-09-09
* | Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
|/