Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vim 8.1 releasev8.1.0000 | Bram Moolenaar | 2018-05-17 | 1 | -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.1513 | Bram Moolenaar | 2018-02-13 | 1 | -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.1498 | Bram Moolenaar | 2018-02-11 | 1 | -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.0457 | Bram Moolenaar | 2017-03-14 | 1 | -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.1988 | Bram Moolenaar | 2016-07-03 | 1 | -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.1925 | Bram Moolenaar | 2016-06-12 | 1 | -0/+4 |
| | | | | | Problem: Viminfo does not merge file marks properly. Solution: Use a timestamp. Add the :clearjumps command. | ||||
* | patch 7.4.1133v7.4.1133 | Bram Moolenaar | 2016-01-19 | 1 | -29/+29 |
| | | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). | ||||
* | updated for version 7.3.776v7.3.776 | Bram Moolenaar | 2013-01-23 | 1 | -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.031 | Bram Moolenaar | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -28/+28 |
| | |||||
* | updated for version 7.0b | Bram Moolenaar | 2006-03-24 | 1 | -28/+28 |
| | |||||
* | updated for version 7.0213 | Bram Moolenaar | 2006-03-03 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0093v7.0093 | Bram Moolenaar | 2005-06-25 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0016v7.0016 | Bram Moolenaar | 2004-09-13 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+26 |