aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
Commit message (Expand)AuthorAge
* Bump all nvim-specific error codes above E5000James McCoy2016-11-15
* 'inccommand': buftype=nofile, restore cursor/viewJustin M. Keyes2016-11-10
* lintJustin M. Keyes2016-11-08
* 'inccommand': reworkJustin M. Keyes2016-11-08
* Incsubsitution featureKillTheMule2016-10-30
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* *: Fix new linter errorsZyX2016-05-01
* vim-patch:7.4.1574Florent FAYOLLE2016-03-18
* Fix the ASCII-art diagram in undo.cFelipe Oliveira Carvalho2016-02-24
* vim-patch:7.4.634watiko2016-02-01
* Windows: Include <fcntl.h> for file constants.Seth Jackson2016-01-17
* undo.c: Change return type to bool on functions #3697Wayne Rowcliffe2015-12-01
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* undo: Remove incorrect NONNULL_ALL attributeZyX2015-11-05
* undo: Automatically create undo directory if neededZyX2015-10-29
* undo: Do some refactoringZyX2015-10-29
* undo: When reading persistent undo file give marks current timeZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* fix strict-overflow cases #3236Nikolay Orlyuk2015-08-25
* 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