aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
Commit message (Expand)AuthorAge
* 'inccommand': reworkJustin M. Keyes2016-11-08
* LintedKillTheMule2016-10-30
* Incsubsitution featureKillTheMule2016-10-30
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* 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
* mark: Make clrallmarks correctly free all marks, and set zero tstampsZyX2015-10-23
* mark: Do not do unnecessary initializationZyX2015-10-08
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* *: Fix problems with clang+asan Release buildZyX2015-10-08
* mark: Clear marks in some cases, but do not do useless job in free_\*ZyX2015-10-08
* mark: Avoid address sanitizer errorZyX2015-10-08
* mark: Fix out-of-bounds array access when iterating over global marksZyX2015-10-08
* shada,functests: Add tests for merging ShaDa dataZyX2015-10-08
* shada,functests: Test compatibility supportZyX2015-10-08
* shada: When reading marks or registers, free items when set failsZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* viminfo: Remove old codeZyX2015-10-08
* shada: Add support for merging everything like described in the docZyX2015-10-08
* shada: Add support for dumping/restoring bufs changes and win jumpsZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* mark: Fix valgrind error in mark.cZyX2015-10-08
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* mark.c: Remove JUMPLIST_ROTATE #2376David Bürgin2015-04-09
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* Remove nonnullret deadcode: viminfo_readstring.Eliseo Martínez2015-01-27
* Remove nonnullret deadcode: home_replace_save.Eliseo Martínez2015-01-27
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* coverity/13761: Out-of-bounds-write: FP.Eliseo Martínez2015-01-08
* coverity/13758: Out-of-bounds read: FP.Eliseo Martínez2015-01-08
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
* 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