aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
* Refactor vim_tempnamePavel Platto2014-07-14
* Use strict function prototypes #945Pavel Platto2014-07-14
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* move defines from vim.hBrandon Coleman2014-07-12
* vim-patch:7.4.306 #842Will Stamper2014-07-11
* c99: remove vim_round #909Nicolas Hillegeer2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move stdarg.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move locale.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30