aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Extract mouse.c/mouse.hThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* Add Boolean argument escape_csi to vim_feedkeysRui Abreu Ferreira2014-11-27
* Add missing refcount increment for systemlist()Rui Abreu Ferreira2014-11-25
* Fix warnings: eval.c: f_rpcrequest(): Garbage value: MI.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: do_return(): Np dereference: FP.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: add_nr_var(): Out of bounds: FP.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: call_user_func(): Out of bounds: FP.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: get_user_func_name(): Np dereference: FP.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: clear_tv(): Bad free: RI.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: item_compare(): Garbage value: MI.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: dictitem_alloc(): Out-of-bounds access: FP.Eliseo Martínez2014-11-18
* Fix warnings: eval.c: set_var_lval(): Np dereference: FP.Eliseo Martínez2014-11-18
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
* eval/ex_cmds2/ops: Implement providers with eval_call_providerThiago de Arruda2014-11-18
* eval: Add eval_call_provider/eval_has_provider functionsThiago de Arruda2014-11-18
* Merge pull request #1471 from splinterofchaos/fix-jobstartJustin M. Keyes2014-11-15
|\
| * jobstart: Check prg arguments for NULL.Scott Prager2014-11-13
* | vim-patch:7.4.419Scott Prager2014-11-11
|/
* 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