aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0168: output of :marks is too short with multi-byte charsJan Edmund Lazo2018-09-13
* Remove occurences of mb_head_offZviRackover2018-08-15
* vim-patch:8.0.1433: illegal memory access after undoJan Edmund Lazo2018-08-09
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.0255: setpos() does not use the buffer argument for all marksJan Edmund Lazo2018-06-06
* mark: Make sure that jumplist item will not have zero lnumZyX2017-12-24
* quickfix: fix location list updates.Lech Lorens2017-10-31
* bufhl: fix moveBjörn Linse2017-06-24
* *: Add comment to all C filesZyX2017-04-19
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* Robustly handle folds during a :move commandMatthew Malcomson2017-03-23
* setpos(): Set lowercase mark in other buffers (#5753)Matthew Malcomson2017-01-15
* vim-patch:7.4.1925James McCoy2017-01-09
* '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