aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Merge pull request #1761 from oni-link/speed.up.gcJustin M. Keyes2015-01-10
|\
| * Speed up garbage collection.oni-link2014-12-31
* | Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* | eval: fix incorrect refcount in list_append_listBjörn Linse2015-01-07
|/
* Merge pull request #1738 from fwalch/vim-7.4.549Justin M. Keyes2014-12-30
|\
| * vim-patch:7.4.549Florian Walch2014-12-27
* | vim-patch:7.4.541Florian Walch2014-12-25
|/
* vim-patch:7.4.516Florian Walch2014-12-24
* vim-patch:7.4.513Florian Walch2014-12-23
* vim-patch:7.4.491Florian Walch2014-12-23
* vim-patch:7.4.499Florian Walch2014-12-23
* vim-patch:7.4.311David Rodriguez2014-12-23
* Merge pull request #1663 from philix/array_sizeJustin M. Keyes2014-12-19
|\
| * Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* | vim-patch:7.4.442Florian Walch2014-12-18
* | vim-patch:7.4.434Florian Walch2014-12-18
|/
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* Merge pull request #1134 from splinterofchaos/getreg-nlJustin M. Keyes2014-12-11
|\
| * Attribute/constify get_tv_string(_buf(_chk)).Scott Prager2014-12-11
| * vim-patch:7.4.249Scott Prager2014-12-11
| * vim-patch:7.4.243Scott Prager2014-12-11
| * Return void * from get_reg_contents.Scott Prager2014-12-11
| * vim-patch:7.4.242Scott Prager2014-12-11
* | Use GA_DEEP_CLEAR where appropriateFelipe Oliveira Carvalho2014-12-11
|/
* eval_has_provider: search autoload scripts same order as call_funcBjörn Linse2014-12-08
* clipboard: support separate '+' and '*' clipboardsBjörn Linse2014-12-08
* systemlist: add `keepempty` option to preserve final newlineBjörn Linse2014-12-02
* eval: Fix coverity false positive.Scott Prager2014-11-27
* 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