aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
...
| * vim-patch:7.4.1742Michael Ennen2016-10-23
| * vim-patch:7.4.1730Michael Ennen2016-10-23
* | CheckHealth: more checksJustin M. Keyes2016-10-25
* | version: Allow has("nvim-x"), has("nvim-x.y")Justin M. Keyes2016-10-25
* | version: has("nvim-1.2.3")Justin M. Keyes2016-10-25
|/
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* events: allow event processing in getchar()Björn Linse2016-10-15
* Merge #5257 from jbradaric/vim-7.4.1893Justin M. Keyes2016-10-13
|\
| * eval: Exit early if argument is invalid.Jurica Bradaric2016-10-07
| * vim-patch:7.4.1895Jurica Bradaric2016-10-07
| * vim-patch:7.4.1893Jurica Bradaric2016-10-07
* | Merge #5418 from Shougo/vim-7.4.2158Justin M. Keyes2016-10-13
|\ \
| * | vim-patch:7.4.2205Shougo Matsushita2016-10-01
| * | vim-patch:7.4.2162Shougo Matsushita2016-10-01
| * | vim-patch:7.4.2158Shougo Matsushita2016-10-01
* | | eval/term_write(): Skip writes if stream was closed.Justin M. Keyes2016-10-12
| |/ |/|
* | event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
|/
* vim-patch:7.4.1681Jurica Bradaric2016-09-28
* vim-patch:7.4.1679Jurica Bradaric2016-09-28
* vim-patch:7.4.1648Jurica Bradaric2016-09-28
* vim-patch:7.4.1670Jurica Bradaric2016-09-18
* eval.c: Clean up spurious FAIL checks. (#5345)Justin M. Keyes2016-09-18
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1558 (#5333)Justin M. Keyes2016-09-13
* vim-patch:7.4.1533 #5320Wei Huang2016-09-11
* eval.c: Fix memory leak for detached pty joboni-link2016-09-08
* eval.c: Garbage collection frees dictionary before job cleanuponi-link2016-09-08
* getcwd(): Return empty string if CWD is invalid. #5292HiPhish2016-09-04
* api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* eval: use gperf to generate the hash of builtin functionsBjörn Linse2016-08-31
* api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".Björn Linse2016-08-31
* api: auto generate api function wrappers for vimlBjörn Linse2016-08-31
* eval: Use generated hash to look up function listZyX2016-08-31
* eval: Move VimL functions list to a lua fileZyX2016-08-31
* eval: remove (char_u *) in constant get_dict_(string|number) parametersBjörn Linse2016-08-24
* job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* stream: set data together with callbackBjörn Linse2016-08-20
* vim-patch:7.4.2112 (#5175)Shougo2016-08-17
* Restore ":browse oldfiles" behavior from VimJames McCoy2016-08-11
* timers: do not crash after processing events in the handlerBjörn Linse2016-08-10
* vim-patch:7.4.1557 (#5117)prollings2016-08-04
* Merge #4837 from justinmk/os_resolve_shortcutJustin M. Keyes2016-08-01
|\
| * os_resolve_shortcut: initial port from Vim sourceJustin M. Keyes2016-07-30
* | [RFC] vim-patch:7.4.2011, vim-patch:7.4.2012, vim-patch:7.4.2066 #5106Shougo Matsushita2016-08-01
|/
* eval.c: rename capture() to execute() (#5132)Justin M. Keyes2016-07-31
* lintJames McCoy2016-07-23
* vim-patch:7.4.1703James McCoy2016-07-23