aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
Commit message (Expand)AuthorAge
* Add v:exitingMarco Hinz2016-12-01
* vim-patch:7.4.2071Michael Ennen2016-11-29
* vim-patch:7.4.1894James McCoy2016-11-15
* vim-patch:7.4.1892James McCoy2016-11-15
* vim-patch:7.4.1658James McCoy2016-11-14
* eval/encode: Make sure that encoder can encode NULL variablesZyX2016-04-18
* eval: Do not break when VimVarIndex and vimvars order mismatchesZyX2016-04-18
* eval/encode: Fix writing strings starting with NL to listZyX2016-04-18
* *: Fix linter errorsZyX2016-04-18
* eval: Remove v:noneZyX2016-04-18
* eval: Get rid of VV_LEN constantZyX2016-04-18
* eval: Add special variables v:false, v:null, v:noneZyX2016-04-18
* eval: Split out typval_T dumping functions to nvim/encode.cZyX2016-04-18
* eval: add v:event, which will contain data events want to propagate to their ...Björn Linse2016-02-29
* vim-patch:7.4.944watiko2016-01-10
* eval: Use better error messages when failing to dump valuesZyX2016-01-04
* vim-patch:7.4.786watiko2015-11-28
* Add ":profile stop"Marco Hinz2015-11-10
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* Merge pull request #3034 from ZyX-I/msgpack-evalJustin M. Keyes2015-08-03
|\
| * eval: Remove most of msgpack* functions limitationsZyX2015-08-02
* | Implement API function to call functions #2979Sebastian Witte2015-07-19
|/
* completion: Add v:completed_item feature #2563Shougo Matsushita2015-05-24
* eval: Refactor vimscript job control APIThiago de Arruda2015-03-29
* api: Implement vim_command_output functionThiago de Arruda2014-10-28
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15