summaryrefslogtreecommitdiff
path: root/src/mark.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1943v7.4.1943Bram Moolenaar2016-06-171-3/+1
| | | | | Problem: Coverity warns for unreachable code. Solution: Remove the code that won't do anything.
* patch 7.4.1939v7.4.1939Bram Moolenaar2016-06-151-0/+4
| | | | | Problem: Memory access error when reading viminfo. (Dominique Pelle) Solution: Correct index in jumplist when at the end.
* patch 7.4.1938v7.4.1938Bram Moolenaar2016-06-141-4/+20
| | | | | | Problem: When writing viminfo numbered marks were duplicated. Solution: Check for duplicates between current numbered marks and the ones read from viminfo.
* patch 7.4.1932v7.4.1932Bram Moolenaar2016-06-131-4/+22
| | | | | | Problem: When writing viminfo the jumplist is not merged with the one in the viminfo file. Solution: Merge based on timestamp.
* patch 7.4.1925v7.4.1925Bram Moolenaar2016-06-121-13/+252
| | | | | Problem: Viminfo does not merge file marks properly. Solution: Use a timestamp. Add the :clearjumps command.
* patch 7.4.1210v7.4.1210Bram Moolenaar2016-01-301-103/+65
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1198v7.4.1198Bram Moolenaar2016-01-291-7/+7
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
* updated for version 7.4.212v7.4.212Bram Moolenaar2014-03-231-16/+0
| | | | | | Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
* updated for version 7.4.059v7.4.059Bram Moolenaar2013-11-031-1/+2
| | | | | | Problem: set_last_cursor() may encounter w_buffer being NULL. (Matt Mkaniaris) Solution: Check for NULL.
* updated for version 7.4b.009v7.4b.009Bram Moolenaar2013-08-021-7/+8
| | | | | | Problem: When setting the Visual area manually and 'selection' is exclusive, a yank includes one character too much. (Ingo Karkat) Solution: Default the Visual operation to "v". (Christian Brabandt)
* updated for version 7.3.800v7.3.800Bram Moolenaar2013-02-061-0/+6
| | | | | Problem: The " mark is not adjusted when inserting lines. (Roland Eggner) Solution: Adjust the line number. (Christian Brabandt)
* updated for version 7.3.776v7.3.776Bram Moolenaar2013-01-231-13/+23
| | | | | Problem: ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens)
* updated for version 7.3.590v7.3.590Bram Moolenaar2012-07-061-0/+13
| | | | | Problem: The '< and '> marks cannot be set directly. Solution: Allow setting '< and '>. (Christian Brabandt)
* updated for version 7.3.128v7.3.128Bram Moolenaar2011-02-251-1/+4
| | | | | Problem: Another compiler warning for signed pointer. Solution: Use unsigned int argument for sscanf().
* Avoid warnings from the clang compiler. (Dominique Pelle)Bram Moolenaar2010-08-131-3/+3
|
* updated for version 7.2-177v7.2.177Bram Moolenaar2009-05-161-4/+2
|
* updated for version 7.2-161v7.2.161Bram Moolenaar2009-04-291-2/+5
|
* updated for version 7.2-031v7.2.031Bram Moolenaar2008-11-091-4/+24
|
* updated for version 7.2-000v7.2.000v7.2Bram Moolenaar2008-08-091-0/+3
|
* updated for version 7.1-283v7.1.283Bram Moolenaar2008-03-161-1/+1
|
* updated for version 7.1-248v7.1.248Bram Moolenaar2008-02-131-0/+6
|
* updated for version 7.1-195v7.1.195Bram Moolenaar2008-01-031-2/+17
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0213Bram Moolenaar2006-03-031-12/+46
|
* updated for version 7.0208Bram Moolenaar2006-02-261-11/+11
|
* updated for version 7.0199v7.0199Bram Moolenaar2006-02-161-1/+2
|
* updated for version 7.0187Bram Moolenaar2006-01-251-1/+4
|
* updated for version 7.0141Bram Moolenaar2005-09-051-1/+2
|
* updated for version 7.0093Bram Moolenaar2005-06-251-0/+12
|
* updated for version 7.0081Bram Moolenaar2005-06-061-4/+8
|
* updated for version 7.0080Bram Moolenaar2005-06-051-8/+4
|
* updated for version 7.0079Bram Moolenaar2005-06-041-4/+8
|
* updated for version 7.0023v7.0023Bram Moolenaar2004-12-191-5/+1
|
* updated for version 7.0016v7.0016Bram Moolenaar2004-09-131-0/+85
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+1617