summaryrefslogtreecommitdiff
path: root/src/proto/mark.pro
Commit message (Collapse)AuthorAgeFilesLines
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-1/+1
| | | | Update version number and information. Fix a couple of tests.
* patch 8.0.1513: the jumplist is not always properly cleaned upv8.0.1513Bram Moolenaar2018-02-131-1/+1
| | | | | Problem: The jumplist is not always properly cleaned up. Solution: Call fname2fnum() before cleanup_jumplist(). (Yegappan Lakshmanan)
* patch 8.0.1498: getjumplist() returns duplicate entriesv8.0.1498Bram Moolenaar2018-02-111-0/+2
| | | | | Problem: Getjumplist() returns duplicate entries. (lacygoill) Solution: Call cleanup_jumplist(). (Yegappan Lakshmanan)
* patch 8.0.0457: using :move messes up manual foldsv8.0.0457Bram Moolenaar2017-03-141-0/+1
| | | | | | Problem: Using :move messes up manual folds. Solution: Split adjusting marks and folds. Add foldMoveRange(). (neovim patch #6221)
* patch 7.4.1988v7.4.1988Bram Moolenaar2016-07-031-2/+2
| | | | | | Problem: When updating viminfo with file marks there is no time order. Solution: Remember the time when a buffer was last used, store marks for the most recently used buffers.
* patch 7.4.1925v7.4.1925Bram Moolenaar2016-06-121-0/+4
| | | | | Problem: Viminfo does not merge file marks properly. Solution: Use a timestamp. Add the :clearjumps command.
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-29/+29
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.3.776v7.3.776Bram Moolenaar2013-01-231-1/+2
| | | | | Problem: ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens)
* updated for version 7.2-031v7.2.031Bram Moolenaar2008-11-091-1/+1
|
* updated for version 7.1aBram Moolenaar2007-05-051-28/+28
|
* updated for version 7.0bBram Moolenaar2006-03-241-28/+28
|
* updated for version 7.0213Bram Moolenaar2006-03-031-0/+2
|
* updated for version 7.0093v7.0093Bram Moolenaar2005-06-251-0/+1
|
* updated for version 7.0016v7.0016Bram Moolenaar2004-09-131-0/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+26