aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2058: function for ex command is named inconsistentlyJan Edmund Lazo2019-09-21
* shada/context: fully remove jumplist duplicates #10898Abdelhakeem Osama2019-09-03
* API: ContextJustin M. Keyes2019-07-27
* vim-patch:8.1.0833: memory leak when jumps output is filteredJan Edmund Lazo2019-07-15
* vim-patch:8.1.1221: filtering does not work when listing marksJan Edmund Lazo2019-07-15
* vim-patch:8.1.0495: :filter only supports some commandsJan Edmund Lazo2019-07-15
* Resolved compile warnings & fixed lot of style related to sign apiAndrej Zieger2019-05-26
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-05-19
* vim-patch:8.0.1513: the jumplist is not always properly cleaned upJan Edmund Lazo2019-05-19
* vim-patch:8.0.1498: getjumplist() returns duplicate entriesJan Edmund Lazo2019-05-19
* jumplist: avoid extra tail entry #9805Abdelhakeem Osama2019-04-02
* vim-patch:8.1.0671: cursor in wrong column after auto-format #9729Jan Edmund Lazo2019-03-14
* vim-patch:8.1.0826: too many #ifdefsJan Edmund Lazo2019-03-08
* 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