aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
Commit message (Expand)AuthorAge
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
* Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move assert.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* No OOM for list_alloc()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: mark.cDouglas Schneider2014-06-13
* Add automatic generation of headersZyX2014-06-02
* Remove OOM checks: mark_line()Felipe Oliveira Carvalho2014-05-19
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* 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