summaryrefslogtreecommitdiff
path: root/src/mark.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1476: lines put in non-current window are not displayedv9.0.1476Bram Moolenaar2023-04-221-5/+7
* patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan2023-01-141-23/+23
* patch 9.0.0530: using freed memory when autocmd changes markv9.0.0530Bram Moolenaar2022-09-211-5/+7
* patch 8.2.5138: various small issuesv8.2.5138Bram Moolenaar2022-06-201-1/+1
* patch 8.2.4719: ">" marker sometimes not displayed in the jumplistv8.2.4719Christian Brabandt2022-04-091-0/+4
* patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar2022-03-301-9/+9
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-4/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-4/+4
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-25/+1
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3532: the previous '' mark is restored after moving the cursorv8.2.3532Bram Moolenaar2021-10-171-3/+1
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+3
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-2/+2
* patch 8.2.2407: old jumplist code is never usedv8.2.2407Bram Moolenaar2021-01-251-21/+0
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-5/+6
* patch 8.2.1252: ":marks" may show '< and '> mixed upv8.2.1252Bram Moolenaar2020-07-191-2/+12
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-1/+1
* patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar2020-06-011-1/+1
* patch 8.2.0861: cannot easily get all the current marksv8.2.0861Bram Moolenaar2020-05-311-0/+121
* patch 8.2.0050: after deleting a file mark it is still in viminfov8.2.0050Bram Moolenaar2019-12-271-1/+2
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-041-105/+105
* patch 8.1.2058: function for ex command is named inconsistentlyv8.1.2058Bram Moolenaar2019-09-191-1/+1
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+2
* patch 8.1.1730: wrong place for mark viminfo supportv8.1.1730Bram Moolenaar2019-07-221-806/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+2
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-3/+0
* patch 8.1.1221: filtering does not work when listing marksv8.1.1221Bram Moolenaar2019-04-271-18/+22
* patch 8.1.0833: memory leak when jumps output is filteredv8.1.0833Bram Moolenaar2019-01-271-0/+3
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-11/+1
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-6/+6
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-8/+8
* patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar2018-12-311-1/+6
* patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar2018-10-251-1/+3
* patch 8.1.0168: output of :marks is too short with multi-byte charsv8.1.0168Bram Moolenaar2018-07-081-2/+3
* patch 8.0.1513: the jumplist is not always properly cleaned upv8.0.1513Bram Moolenaar2018-02-131-6/+19
* patch 8.0.1498: getjumplist() returns duplicate entriesv8.0.1498Bram Moolenaar2018-02-111-26/+23
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-10/+5
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-8/+0
* patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930Bram Moolenaar2017-08-131-3/+17
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-3/+3
* patch 8.0.0457: using :move messes up manual foldsv8.0.0457Bram Moolenaar2017-03-141-1/+25
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-121-1/+1
* patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar2017-03-121-8/+9
* patch 8.0.0255: setpos() does not use the buffer argument for all marksv8.0.0255Bram Moolenaar2017-01-281-9/+15
* patch 8.0.0039v8.0.0039Bram Moolenaar2016-10-151-1/+2
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
* patch 7.4.2101v7.4.2101Bram Moolenaar2016-07-241-2/+2
* patch 7.4.1988v7.4.1988Bram Moolenaar2016-07-031-35/+148