aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Merge #2470: Remove char_u (5)Eliseo Martínez2015-05-07
|\
| * Remove char_u: concat_fnames()Mark Bainter2015-05-06
* | vim-patch:7.4.707 #2541Bastian Winkler2015-05-07
|/
* Merge pull request #2353 from jszakmeister/fix-unused-var-warnings-in-releaseJohn Szakmeister2015-04-16
|\
| * Fix several unused variable warnings in the release build.John Szakmeister2015-04-16
* | memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* | vim-patch: Port parts of Vim 7.4.399.Florian Walch2015-04-08
|/
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* misc2.c: Move emsg* functions to message.c #2152Michael Reed2015-03-19
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* Macro cleanup: PROTOMichael Reed2015-01-14
* Remove long_u: Passing-by: undo.c: Add to -Wconversion.Eliseo Martínez2014-12-24
* Remove long_u: put_bytes(): Refactor.Eliseo Martínez2014-12-24
* Passing-by: Fix FALSE/FAIL confusion.Eliseo Martínez2014-12-16
* Fix warnings: undo.c: u_blockfree(): Use after free: FP.Eliseo Martínez2014-11-15
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* fix #1027: :wundo segfault in new, non-empty bufferJustin M. Keyes2014-10-26
* 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