aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
Commit message (Expand)AuthorAge
...
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | vim-patch:7.4.248Scott Prager2014-09-30
|/
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* FOR_ALL_TABS helperWayne Rowcliffe2014-09-22
* ex_cmds2.c:fix for issue #1164André Twupack2014-09-13
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago de Arruda2014-09-12
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* msgpack-rpc: Always use arrays when sending events or callsThiago de Arruda2014-08-29
* FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
* Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* startuptime: always enable startuptimeNicolas Hillegeer2014-07-20
* startuptime: implement on top of profiling fnsNicolas 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
* profiling: move static to function scopeNicolas Hillegeer2014-07-16
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* c99: remove vim_round #909Nicolas Hillegeer2014-07-11
* move errno.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
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* FileID: refactor ex_cmds2.c to use `FileID`Stefan Hoffmann2014-06-27
* No OOM in enc_canonize()Felipe Oliveira Carvalho2014-06-16
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Remove USE_CR and tag_fgets. #808Justin M. Keyes2014-06-06
* Fix some stylesZyX2014-06-02
* Remove remaining declarations with new script: finddeclarations.plZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_GETTEXTHinidu2014-05-28
* Remove FEAT_FLOATHinidu2014-05-28
* Remove FEAT_EVALHinidu2014-05-28
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Replace ga->ga_len == 0 checks with GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15