summaryrefslogtreecommitdiffstats
path: root/src/mark.c
AgeCommit message (Expand)Author
2023-09-20patch 9.0.1921: not possible to use the jumplist like a stackv9.0.1921Yegappan Lakshmanan
2023-04-22patch 9.0.1476: lines put in non-current window are not displayedv9.0.1476Bram Moolenaar
2023-01-14patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan
2022-09-21patch 9.0.0530: using freed memory when autocmd changes markv9.0.0530Bram Moolenaar
2022-06-20patch 8.2.5138: various small issuesv8.2.5138Bram Moolenaar
2022-04-09patch 8.2.4719: ">" marker sometimes not displayed in the jumplistv8.2.4719Christian Brabandt
2022-03-30patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-01patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-13patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-10-17patch 8.2.3532: the previous '' mark is restored after moving the cursorv8.2.3532Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-01-25patch 8.2.2407: old jumplist code is never usedv8.2.2407Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-07-19patch 8.2.1252: ":marks" may show '< and '> mixed upv8.2.1252Bram Moolenaar
2020-06-12patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar
2020-06-01patch 8.2.0871: cannot use getmarklist() as a methodv8.2.0871Bram Moolenaar
2020-05-31patch 8.2.0861: cannot easily get all the current marksv8.2.0861Bram Moolenaar
2019-12-27patch 8.2.0050: after deleting a file mark it is still in viminfov8.2.0050Bram Moolenaar
2019-12-04patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar
2019-09-19patch 8.1.2058: function for ex command is named inconsistentlyv8.1.2058Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-07-22patch 8.1.1730: wrong place for mark viminfo supportv8.1.1730Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
2019-04-27patch 8.1.1221: filtering does not work when listing marksv8.1.1221Bram Moolenaar
2019-01-27patch 8.1.0833: memory leak when jumps output is filteredv8.1.0833Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-12-31patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar
2018-10-25patch 8.1.0495: :filter only supports some commandsv8.1.0495Bram Moolenaar
2018-07-08patch 8.1.0168: output of :marks is too short with multi-byte charsv8.1.0168Bram Moolenaar
2018-02-13patch 8.0.1513: the jumplist is not always properly cleaned upv8.0.1513Bram Moolenaar
2018-02-11patch 8.0.1498: getjumplist() returns duplicate entriesv8.0.1498Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-08-13patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar
2017-03-14patch 8.0.0457: using :move messes up manual foldsv8.0.0457Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar
2017-01-28patch 8.0.0255: setpos() does not use the buffer argument for all marksv8.0.0255Bram Moolenaar
2016-10-15patch 8.0.0039v8.0.0039Bram Moolenaar
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
2016-07-24patch 7.4.2101v7.4.2101Bram Moolenaar