aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
...
* | | terminal: 'scrollback'Justin M. Keyes2017-02-26
| |/ |/|
* | Merge remote-tracking branch 'origin/master' into lambdaJames McCoy2017-02-22
|\ \
| * | eval.c: has("unnamedplus"). (#6136)Kurt Bonatz2017-02-18
| * | *: Fix linter errorsZyX2017-02-15
| * | *: Partial string handling refactoringZyX2017-02-15
| |/
* | vim-patch:8.0.0297Michael Ennen2017-02-14
* | Allow lambdas to be used with jobs, timers and dictwatchers.Michael Ennen2017-02-14
* | vim-patch:7.4.2235Michael Ennen2017-02-14
* | vim-patch:7.4.2233Michael Ennen2017-02-14
* | vim-patch:7.4.2197Michael Ennen2017-02-14
* | vim-patch:7.4.2143Michael Ennen2017-02-14
* | vim-patch:7.4.2142Michael Ennen2017-02-14
* | vim-patch:7.4.2141Michael Ennen2017-02-14
* | vim-patch:7.4.2139Michael Ennen2017-02-14
* | vim-patch:7.4.2137Michael Ennen2017-02-14
* | vim-patch:7.4.2136Michael Ennen2017-02-14
* | vim-patch:7.4.2134Michael Ennen2017-02-14
* | vim-patch:7.4.2121Michael Ennen2017-02-14
* | vim-patch:7.4.2120Michael Ennen2017-02-14
* | vim-patch:7.4.2119Michael Ennen2017-02-14
* | vim-patch:7.4.2104Michael Ennen2017-02-14
* | vim-patch:7.4.2096Michael Ennen2017-02-14
* | vim-patch:7.4.2090Michael Ennen2017-02-14
* | vim-patch:7.4.2072Michael Ennen2017-02-14
* | vim-patch:7.4.2044Michael Ennen2017-02-14
* | vim-patch:7.4.2002Michael Ennen2017-02-14
* | vim-patch:7.4.1989Michael Ennen2017-02-14
* | vim-patch:7.4.1727Michael Ennen2017-02-14
|/
* eval: Add id() function and make printf("%p") return something useful (#6095)Nikolai Aleksandrovich Pavlov2017-02-11
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* Merge pull request #5913 from mhinz/buf-lookup-patchesJames McCoy2017-02-06
|\
| * vim-patch:7.4.2022Marco Hinz2017-02-04
* | eval: set_ref_in_item(): remove dead codeJustin M. Keyes2017-02-06
* | refactor: fix warningsJustin M. Keyes2017-02-04
|/
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* coverity/155513: Do not assume xcalloc can return NULLZyX2017-01-23
* vim-patch:7.4.2065 (#5950)Shougo2017-01-15
* vim-patch:7.4.2160 (#5952)Shougo2017-01-15
* job: Consume content from rbuffer before invoking the callback againJames McCoy2017-01-14
* eval: Remove dictwatcher from watchers queue before freeing itJames McCoy2017-01-12
* system([...]): Set v:shell_error=-1 if not executable.Rui Abreu Ferreira2017-01-11
* vim-patch:7.4.2009James McCoy2017-01-10
* vim-patch:7.4.2008James McCoy2017-01-10
* memory: Restore entered_free_all_mem functionalityZyX2017-01-07
* eval: Fix failing testZyX2017-01-07
* unittest: Add dict_items functionZyX2017-01-07
* eval: Make sure that copyID is reset when neededZyX2017-01-07
* Merge pull request #5826 from ZyX-I/fix-typval_encodeJames McCoy2017-01-06
|\
| * eval: Fix typoZyX2017-01-07
| * eval: Work with reference cycles in partials (self) properlyZyX2017-01-06