aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.392Shougo Matsushita2014-09-18
* Merge pull request #953 from splinterofchaos/patch235-exepathJustin M. Keyes2014-09-17
|\
| * vim-patch:7.4.235Scott Prager2014-09-17
* | vim-patch:7.4.313Damián Silvani2014-09-16
* | vim-patch:7.4.310Damián Silvani2014-09-16
|/
* Merge pull request #1140 from atwupack/vp-7.4.341Justin M. Keyes2014-09-15
|\
| * vim-patch:7.4.358André Twupack2014-09-13
| * vim-patch:7.4.351André Twupack2014-09-13
| * vim-patch:7.4.341André Twupack2014-09-13
* | eval.c: Rename has('neovim') feature to has('nvim')Thiago de Arruda2014-09-15
* | Merge pull request #1169 from splinterofchaos/arglistidJustin M. Keyes2014-09-15
|\ \
| * | vim-patch:7.4.312Scott Prager2014-09-13
| |/
* | eval.c: Rename msgpack-rpc functions for consistencyThiago de Arruda2014-09-13
* | eval.c: Rename jobwrite to jobsendThiago de Arruda2014-09-13
|/
* api: Implement `vim_report_error` functionThiago de Arruda2014-09-12
* api/msgpack-rpc: Implement `channel_close` and expose to vimscriptThiago de Arruda2014-09-12
* api/msgpack-rpc: Expose channel_from_job to vimscript as api_spawnThiago de Arruda2014-09-12
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago de Arruda2014-09-12
* Merge pull request #1149 from splinterofchaos/vim-patch-7.4.278Justin M. Keyes2014-09-09
|\
| * vim-patch:7.4.278Scott Prager2014-09-09
* | Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
|/
* Merge pull request #1107 from fmoralesc/matchaddposJustin M. Keyes2014-09-05
|\
| * vim-patch: 7.4.330Felipe Morales2014-09-04
* | fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
* | fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* | fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* | msgpack-rpc: Always use arrays when sending events or callsThiago de Arruda2014-08-29
|/
* Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\
| * FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | Merge pull request #1019 from splinterofchaos/globpathJustin M. Keyes2014-08-18
|\ \
| * | vim-patch:7.4.279Scott Prager2014-08-04
| |/
* | vim-patch:7.4.327 #1010André Twupack2014-08-13
* | vim-patch:7.4.323 #967André Twupack2014-08-07
* | Refactor vim_feedkeys and f_feedkeysRui Abreu Ferreira2014-08-07
* | Remove FEAT_TAG_ANYWHITEPavel Platto2014-08-02
|/
* eval: re-add has('mac') and has('macunix') #976Nicolas Hillegeer2014-07-30
* eval: re-remove USE_CR #1002Nicolas Hillegeer2014-07-30
* Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
* Remove unused arg 'defer' in 'job_start' #1000oni-link2014-07-29
* eval: reimplement f_system() on top of os_system()Nicolas Hillegeer2014-07-27
* viml: re-add sha256() functionNicolas Hillegeer2014-07-21
* startuptime: always enable startuptimeNicolas Hillegeer2014-07-20
* provider: Add support for python commands/functionsThiago de Arruda2014-07-17
* provider: Add support functions for calling external interpretersThiago de Arruda2014-07-17
* provider: New module used to expose extension points for core servicesThiago de Arruda2014-07-17
* job: No longer free the job data. It's now done by the exit callbackThiago de Arruda2014-07-17
* wstream: Pass WBuffer refcount as a constructor parameterThiago de Arruda2014-07-17
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* Extract `tempfile` module from fileioPavel Platto2014-07-14