log src/mark.c @ 29247:5f314b2ed494 v8.2.5142

age author description
Mon, 20 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5138: various small issues v8.2.5138
Sat, 09 Apr 2022 14:45:05 +0200 Bram Moolenaar patch 8.2.4719: ">" marker sometimes not displayed in the jumplist v8.2.4719
Wed, 30 Mar 2022 12:00:05 +0200 Bram Moolenaar patch 8.2.4649: various formatting problems v8.2.4649
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Sat, 01 Jan 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.3977: error messages are spread out v8.2.3977
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Mon, 13 Dec 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3795: too many #ifdefs v8.2.3795
Sun, 05 Dec 2021 23:30:05 +0100 Bram Moolenaar patch 8.2.3750: error messages are everywhere v8.2.3750
Sun, 17 Oct 2021 23:00:06 +0200 Bram Moolenaar patch 8.2.3532: the previous '' mark is restored after moving the cursor v8.2.3532
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Mon, 25 Jan 2021 19:00:05 +0100 Bram Moolenaar patch 8.2.2407: old jumplist code is never used v8.2.2407
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Sun, 19 Jul 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1252: ":marks" may show '< and '> mixed up v8.2.1252
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Mon, 01 Jun 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.0871: cannot use getmarklist() as a method v8.2.0871
Sun, 31 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0861: cannot easily get all the current marks v8.2.0861
Fri, 27 Dec 2019 17:45:04 +0100 Bram Moolenaar patch 8.2.0050: after deleting a file mark it is still in viminfo v8.2.0050
Wed, 04 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2388: using old C style comments v8.1.2388
Thu, 19 Sep 2019 23:30:03 +0200 Bram Moolenaar patch 8.1.2058: function for ex command is named inconsistently v8.1.2058
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Mon, 22 Jul 2019 20:30:05 +0200 Bram Moolenaar patch 8.1.1730: wrong place for mark viminfo support v8.1.1730
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Sat, 27 Apr 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1221: filtering does not work when listing marks v8.1.1221
Sun, 27 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0833: memory leak when jumps output is filtered v8.1.0833
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Tue, 01 Jan 2019 00:00:07 +0100 Bram Moolenaar patch 8.1.0671: cursor in the wrong column after auto-formatting v8.1.0671
Thu, 25 Oct 2018 13:45:05 +0200 Bram Moolenaar patch 8.1.0495: :filter only supports some commands v8.1.0495
Sun, 08 Jul 2018 18:00:07 +0200 Christian Brabandt patch 8.1.0168: output of :marks is too short with multi-byte chars v8.1.0168
Tue, 13 Feb 2018 13:45:05 +0100 Christian Brabandt patch 8.0.1513: the jumplist is not always properly cleaned up v8.0.1513
Sun, 11 Feb 2018 14:30:06 +0100 Christian Brabandt patch 8.0.1498: getjumplist() returns duplicate entries v8.0.1498
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Sun, 13 Aug 2017 18:15:03 +0200 Christian Brabandt patch 8.0.0930: terminal buffers are stored in the viminfo file v8.0.0930
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466
Tue, 14 Mar 2017 22:00:05 +0100 Christian Brabandt patch 8.0.0457: using :move messes up manual folds v8.0.0457
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Sun, 12 Mar 2017 18:30:06 +0100 Christian Brabandt patch 8.0.0448: some macros are in lower case v8.0.0448
Sat, 28 Jan 2017 18:30:04 +0100 Christian Brabandt patch 8.0.0255: setpos() does not use the buffer argument for all marks v8.0.0255
Sat, 15 Oct 2016 21:00:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/156919f99afd1ac11d19d4270afbc1afb7245640 v8.0.0039
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sun, 24 Jul 2016 22:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2932359000b2f918d5fade79ea4d124d5943cd07 v7.4.2101
Sun, 03 Jul 2016 18:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ab9c89b68dcbdb3fbda8c5a50dd90caca64f1bfd v7.4.1988
Sat, 02 Jul 2016 19:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/951fa1819ad0e74d73e885d0ec04dd6c70f8d2f7 v7.4.1982
Fri, 17 Jun 2016 22:45:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/678e480529bce7ba3c09e71233249e3b56531b24 v7.4.1943
Wed, 15 Jun 2016 21:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/28607ba2b82668503f8406bc13690d59af46deb3 v7.4.1939
Tue, 14 Jun 2016 23:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/36f0f0686ca313ef7b76387378cd5dc7acea1924 v7.4.1938
Mon, 13 Jun 2016 22:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ece74ab103eca15e17435efbe9cb21039787f1ea v7.4.1932
Sun, 12 Jun 2016 21:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2d35899721da0e9359a9fe1059554f8c4ea7f0c1 v7.4.1925
Sat, 30 Jan 2016 19:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/52ea13da0fe86df1abf34de52841e367035170c0 v7.4.1210
Fri, 29 Jan 2016 22:45:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/92b8b2d307e34117f146319872010b0ccc9d2713 v7.4.1198
Sun, 23 Mar 2014 15:13:05 +0100 Bram Moolenaar updated for version 7.4.212 v7.4.212
Sun, 03 Nov 2013 00:20:52 +0100 Bram Moolenaar updated for version 7.4.059 v7.4.059
Fri, 02 Aug 2013 17:22:23 +0200 Bram Moolenaar updated for version 7.4b.009 v7.4b.009
Wed, 06 Feb 2013 12:33:21 +0100 Bram Moolenaar updated for version 7.3.800 v7.3.800
Wed, 23 Jan 2013 15:53:15 +0100 Bram Moolenaar updated for version 7.3.776 v7.3.776