aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* os_fchown: remove cast of parameter -1 to uid_tPavel Platto2014-08-16
* os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
* vim: move vim_acl_T to types.hNicolas Hillegeer2014-07-16
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* Enable and fix misc2.c -Wconversion warnings #907Shane Iler2014-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 ascii.h include out of vim.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
* No OOM for list_alloc()Felipe Oliveira Carvalho2014-06-16
* No OOM in dict_alloc() and rettv_dict_alloc()Felipe Oliveira Carvalho2014-06-16
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Remove OOM checks: u_save_line()Felipe Oliveira Carvalho2014-05-19
| * Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* | Remove cryptographyJohn Schmidt2014-05-20
|/
* 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