Fri, 18 Dec 2020 20:00:06 +0100 |
Bram Moolenaar |
patch 8.2.2160: various typos
v8.2.2160
|
Sat, 21 Nov 2020 14:00:03 +0100 |
Bram Moolenaar |
patch 8.2.2026: Coverity warns for possibly using not NUL terminated string
v8.2.2026
|
Mon, 09 Nov 2020 21:15:03 +0100 |
Bram Moolenaar |
patch 8.2.1970: it is easy to make mistakes when cleaning up swap files
v8.2.1970
|
Sat, 24 Oct 2020 21:00:05 +0200 |
Bram Moolenaar |
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
|
Sat, 12 Sep 2020 21:15:03 +0200 |
Bram Moolenaar |
patch 8.2.1670: a couple of gcc compiler warnings
v8.2.1670
|
Sat, 22 Aug 2020 15:30:04 +0200 |
Bram Moolenaar |
patch 8.2.1507: using malloc() directly
v8.2.1507
|
Wed, 15 Jul 2020 15:45:03 +0200 |
Bram Moolenaar |
patch 8.2.1219: symlink not followed if dirname ends in //
v8.2.1219
|
Fri, 12 Jun 2020 23:00:04 +0200 |
Bram Moolenaar |
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
|
Sat, 30 May 2020 20:45:03 +0200 |
Bram Moolenaar |
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
|
Sat, 30 May 2020 15:45:04 +0200 |
Bram Moolenaar |
patch 8.2.0845: text properties crossing lines not handled correctly
v8.2.0845
|
Sat, 30 May 2020 15:00:03 +0200 |
Bram Moolenaar |
patch 8.2.0844: text properties crossing lines not handled correctly
v8.2.0844
|
Fri, 14 Feb 2020 13:30:05 +0100 |
Bram Moolenaar |
patch 8.2.0256: time and timer related code is spread out
v8.2.0256
|
Sun, 26 Jan 2020 22:15:05 +0100 |
Bram Moolenaar |
patch 8.2.0156: various typos in source files and tests
v8.2.0156
|
Fri, 17 Jan 2020 21:15:03 +0100 |
Bram Moolenaar |
patch 8.2.0126: textprop test fails
v8.2.0126
|
Fri, 17 Jan 2020 19:15:04 +0100 |
Bram Moolenaar |
patch 8.2.0124: compiler warnings for variable types
v8.2.0124
|
Mon, 13 Jan 2020 20:45:03 +0100 |
Bram Moolenaar |
patch 8.2.0115: byte2line() does not work correctly with text properties
v8.2.0115
|
Wed, 04 Dec 2019 22:00:04 +0100 |
Bram Moolenaar |
patch 8.1.2388: using old C style comments
v8.1.2388
|
Sat, 30 Nov 2019 23:00:05 +0100 |
Bram Moolenaar |
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
|
Sat, 02 Nov 2019 23:00:06 +0100 |
Bram Moolenaar |
patch 8.1.2243: typos in comments
v8.1.2243
|
Sat, 26 Oct 2019 21:00:04 +0200 |
Bram Moolenaar |
patch 8.1.2223: cannot see what buffer an ml_get error is for
v8.1.2223
|
Sat, 19 Oct 2019 17:15:03 +0200 |
Bram Moolenaar |
patch 8.1.2180: Error E303 is not useful when 'directory' is empty
v8.1.2180
|
Sat, 21 Sep 2019 23:15:03 +0200 |
Bram Moolenaar |
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
v8.1.2064
|
Wed, 04 Sep 2019 19:00:03 +0200 |
Bram Moolenaar |
patch 8.1.1983: compiler nags for uninitialized variable and unused function
v8.1.1983
|
Sun, 04 Aug 2019 20:45:05 +0200 |
Bram Moolenaar |
patch 8.1.1813: ATTENTION prompt for a preview popup window
v8.1.1813
|
Sun, 21 Jul 2019 15:30:04 +0200 |
Bram Moolenaar |
patch 8.1.1725: MS-Windows: E325 message may use incorrect date format
v8.1.1725
|
Wed, 17 Jul 2019 23:00:06 +0200 |
Bram Moolenaar |
patch 8.1.1711: listener callback called at the wrong moment
v8.1.1711
|
Mon, 15 Jul 2019 23:15:07 +0200 |
Bram Moolenaar |
patch 8.1.1700: listener callback called for the wrong buffer
v8.1.1700
|
Sat, 13 Jul 2019 20:15:04 +0200 |
Bram Moolenaar |
patch 8.1.1681: insert stray "{" when listener gets buffer line
v8.1.1681
|
Tue, 18 Jun 2019 23:00:07 +0200 |
Bram Moolenaar |
patch 8.1.1567: localtime_r() does not respond to $TZ changes
v8.1.1567
|
Sat, 08 Jun 2019 18:15:05 +0200 |
Bram Moolenaar |
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed
v8.1.1498
|
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
|
Sat, 25 May 2019 22:15:04 +0200 |
Bram Moolenaar |
patch 8.1.1395: saving for undo may access invalid memory
v8.1.1395
|
Fri, 24 May 2019 19:00:07 +0200 |
Bram Moolenaar |
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
|
Thu, 23 May 2019 21:45:07 +0200 |
Bram Moolenaar |
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
|
Sat, 18 May 2019 13:15:06 +0200 |
Bram Moolenaar |
patch 8.1.1344: Coverity complains about possibly using a NULL pointer
v8.1.1344
|
Thu, 16 May 2019 22:15:06 +0200 |
Bram Moolenaar |
patch 8.1.1335: listener callback is called after inserting text
v8.1.1335
|
Sat, 11 May 2019 18:45:06 +0200 |
Bram Moolenaar |
patch 8.1.1318: code for text changes is in a "misc" file
v8.1.1318
|
Fri, 10 May 2019 21:30:07 +0200 |
Bram Moolenaar |
patch 8.1.1313: warnings for using localtime() and ctime()
v8.1.1313
|
Sun, 28 Apr 2019 23:00:05 +0200 |
Bram Moolenaar |
patch 8.1.1232: can't build on MS-Windows
v8.1.1232
|
Sun, 28 Apr 2019 22:30:06 +0200 |
Bram Moolenaar |
patch 8.1.1231: asking about existing swap file unnecessarily
v8.1.1231
|
Sun, 28 Apr 2019 20:00:10 +0200 |
Bram Moolenaar |
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
|
Sat, 30 Mar 2019 19:00:07 +0100 |
Bram Moolenaar |
patch 8.1.1086: too many curly braces
v8.1.1086
|
Sun, 17 Feb 2019 17:45:08 +0100 |
Bram Moolenaar |
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
|
Sat, 26 Jan 2019 17:30:15 +0100 |
Bram Moolenaar |
patch 8.1.0826: too many #ifdefs
v8.1.0826
|
Thu, 24 Jan 2019 16:00:08 +0100 |
Bram Moolenaar |
patch 8.1.0806: too many #ifdefs
v8.1.0806
|
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
|
Fri, 04 Jan 2019 15:15:06 +0100 |
Bram Moolenaar |
patch 8.1.0688: text properties are not restored by undo
v8.1.0688
|
Thu, 03 Jan 2019 22:00:06 +0100 |
Bram Moolenaar |
patch 8.1.0684: warnings from 64-bit compiler
v8.1.0684
|
Fri, 28 Dec 2018 23:30:05 +0100 |
Bram Moolenaar |
patch 8.1.0655: when appending a line text property flags are not added
v8.1.0655
|
Fri, 28 Dec 2018 22:00:05 +0100 |
Bram Moolenaar |
patch 8.1.0654: when deleting a line text property flags are not adjusted
v8.1.0654
|
Wed, 26 Dec 2018 23:45:04 +0100 |
Bram Moolenaar |
patch 8.1.0643: computing byte offset wrong
v8.1.0643
|
Wed, 26 Dec 2018 23:00:06 +0100 |
Bram Moolenaar |
patch 8.1.0642: swapinfo() leaks memory
v8.1.0642
|
Tue, 25 Dec 2018 23:30:07 +0100 |
Bram Moolenaar |
patch 8.1.0636: line2byte() gives wrong values with text properties
v8.1.0636
|
Sun, 16 Dec 2018 14:45:06 +0100 |
Bram Moolenaar |
patch 8.1.0601: a few compiler warnings
v8.1.0601
|
Thu, 13 Dec 2018 23:30:06 +0100 |
Bram Moolenaar |
patch 8.1.0581: double free without the text properties feature
v8.1.0581
|
Thu, 13 Dec 2018 22:30:08 +0100 |
Bram Moolenaar |
patch 8.1.0579: cannot attach properties to text
v8.1.0579
|
Tue, 30 Oct 2018 22:30:07 +0100 |
Bram Moolenaar |
patch 8.1.0501: cppcheck warns for using array index before bounds check
v8.1.0501
|
Sat, 13 Oct 2018 19:15:04 +0200 |
Bram Moolenaar |
patch 8.1.0473: user doesn't notice file does not exist when swap file does
v8.1.0473
|
Sun, 07 Oct 2018 23:30:06 +0200 |
Bram Moolenaar |
patch 8.1.0466: autocmd test fails
v8.1.0466
|
Sun, 07 Oct 2018 21:00:05 +0200 |
Bram Moolenaar |
patch 8.1.0463: "simalt ~x" in .vimrc blocks swap file prompt
v8.1.0463
|
Sun, 30 Sep 2018 21:45:07 +0200 |
Christian Brabandt |
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
|
Thu, 23 Aug 2018 23:15:04 +0200 |
Christian Brabandt |
patch 8.1.0325: strings in swap file may not be NUL terminated
v8.1.0325
|
Tue, 21 Aug 2018 21:15:06 +0200 |
Christian Brabandt |
patch 8.1.0314: build failure without the +eval feature
v8.1.0314
|
Tue, 21 Aug 2018 20:30:05 +0200 |
Christian Brabandt |
patch 8.1.0313: information about a swap file is unavailable
v8.1.0313
|
Tue, 21 Aug 2018 19:00:06 +0200 |
Christian Brabandt |
patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'
v8.1.0310
|
Mon, 20 Aug 2018 23:00:06 +0200 |
Christian Brabandt |
patch 8.1.0303: line2byte() is wrong for last line with 'noeol'
v8.1.0303
|
Tue, 07 Aug 2018 21:45:05 +0200 |
Christian Brabandt |
patch 8.1.0251: using full path is not supported for 'backupdir'
v8.1.0251
|
Sat, 26 May 2018 17:45:06 +0200 |
Christian Brabandt |
patch 8.1.0023: gcc 8.1 warns for use of strncpy()
v8.1.0023
|
Sat, 12 May 2018 17:15:05 +0200 |
Christian Brabandt |
patch 8.0.1819: swap file warning for file with non-existing directory
v8.0.1819
|
Tue, 10 Apr 2018 19:00:07 +0200 |
Christian Brabandt |
patch 8.0.1688: some macros are used without a semicolon
v8.0.1688
|
Sun, 04 Mar 2018 18:15:08 +0100 |
Christian Brabandt |
patch 8.0.1564: too many #ifdefs
v8.0.1564
|
Sat, 10 Feb 2018 19:00:07 +0100 |
Christian Brabandt |
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
|
Sat, 02 Dec 2017 15:15:05 +0100 |
Christian Brabandt |
patch 8.0.1363: recovering does not work when swap file ends in .stz
v8.0.1363
|
Sat, 16 Sep 2017 21:00:06 +0200 |
Christian Brabandt |
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
v8.0.1118
|
Thu, 16 Mar 2017 17:30:06 +0100 |
Christian Brabandt |
patch 8.0.0466: still macros that should be all-caps
v8.0.0466
|
Sun, 12 Mar 2017 19:30:05 +0100 |
Christian Brabandt |
patch 8.0.0451: some macros are in lower case
v8.0.0451
|
Tue, 28 Feb 2017 21:30:06 +0100 |
Christian Brabandt |
patch 8.0.0387: compiler warnings
v8.0.0387
|
Sat, 25 Feb 2017 15:00:05 +0100 |
Christian Brabandt |
patch 8.0.0365: might free a dict item that wasn't allocated
v8.0.0365
|
Sat, 18 Feb 2017 17:00:05 +0100 |
Christian Brabandt |
patch 8.0.0337: invalid memory access in :recover command
v8.0.0337
|
Fri, 17 Feb 2017 16:45:05 +0100 |
Christian Brabandt |
patch 8.0.0334: can't access b:changedtick from a dict reference
v8.0.0334
|
Fri, 13 Jan 2017 22:15:03 +0100 |
Christian Brabandt |
patch 8.0.0177: BufEnter autocommand not fired for a directory
v8.0.0177
|
Thu, 10 Nov 2016 20:15:05 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/95f096030ed1a8afea028f2ea295d6f6a70f466f
v8.0.0074
|
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
|
Sat, 16 Jul 2016 15:00:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/a06ecab7a5159e744448ace731036f0dc5f87dd4
v7.4.2048
|
Fri, 01 Jul 2016 17:30:07 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/8767f52fbfd4f053ce00a978227c95f1d7d323fe
v7.4.1975
|
Mon, 13 Jun 2016 20:30:08 +0200 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/bf2c0ee0b2e8465847cf67aff22dd4bda7be81d1
v7.4.1930
|
Fri, 11 Mar 2016 23:00:06 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/509ce2a558e7e0c03242e32e844255af52f1c821
v7.4.1537
|
Sun, 06 Mar 2016 20:30:04 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/99ef06296f3c37490511c03786a2c8672e015c56
v7.4.1502
|
Tue, 23 Feb 2016 15:00:08 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce
v7.4.1399
|
Sun, 07 Feb 2016 15:15:04 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/fbc4b4db3a9690906a96e16724350a6241cf32a5
v7.4.1276
|
Tue, 02 Feb 2016 12:45:04 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/d9ea9069f5ef5b8b9f9e0d0daecdd124e2dcd818
v7.4.1237
|
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
|
Thu, 31 Dec 2015 20:00:05 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/53076830fea6df737455523f7e235bfe4f79864d
v7.4.1009
|
Thu, 31 Dec 2015 19:15:05 +0100 |
Christian Brabandt |
commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a
v7.4.1008
|
Sat, 08 Aug 2015 18:23:46 +0200 |
Bram Moolenaar |
patch 7.4.812
v7.4.812
|
Fri, 17 Jul 2015 14:18:08 +0200 |
Bram Moolenaar |
patch 7.4.785
v7.4.785
|
Sun, 12 Jul 2015 17:52:57 +0200 |
Bram Moolenaar |
patch 7.4.781
v7.4.781
|
Tue, 09 Jun 2015 18:35:25 +0200 |
Bram Moolenaar |
patch 7.4.730
v7.4.730
|
Tue, 31 Mar 2015 13:33:08 +0200 |
Bram Moolenaar |
updated for version 7.4.684
v7.4.684
|
Tue, 10 Feb 2015 18:34:01 +0100 |
Bram Moolenaar |
updated for version 7.4.624
v7.4.624
|
Wed, 13 Aug 2014 21:58:28 +0200 |
Bram Moolenaar |
updated for version 7.4.403
v7.4.403
|
Sun, 10 Aug 2014 13:38:34 +0200 |
Bram Moolenaar |
updated for version 7.4.399
v7.4.399
|
Sun, 23 Mar 2014 16:04:02 +0100 |
Bram Moolenaar |
updated for version 7.4.213
v7.4.213
|
Tue, 11 Feb 2014 15:23:32 +0100 |
Bram Moolenaar |
updated for version 7.4.172
v7.4.172
|
Thu, 28 Nov 2013 17:41:46 +0100 |
Bram Moolenaar |
updated for version 7.4.108
v7.4.108
|
Mon, 04 Nov 2013 02:54:12 +0100 |
Bram Moolenaar |
updated for version 7.4.066
v7.4.066
|
Mon, 06 May 2013 04:24:17 +0200 |
Bram Moolenaar |
updated for version 7.3.925
v7.3.925
|
Wed, 03 Oct 2012 18:25:00 +0200 |
Bram Moolenaar |
updated for version 7.3.677
v7.3.677
|
Wed, 26 Oct 2011 11:44:18 +0200 |
Bram Moolenaar |
updated for version 7.3.349
v7.3.349
|
Mon, 13 Jun 2011 01:07:27 +0200 |
Bram Moolenaar |
updated for version 7.3.216
v7.3.216
|
Tue, 10 May 2011 16:41:25 +0200 |
Bram Moolenaar |
updated for version 7.3.187
v7.3.187
|
Tue, 15 Feb 2011 11:57:04 +0100 |
Bram Moolenaar |
updated for version 7.3.120
v7.3.120
|
Mon, 17 Jan 2011 20:08:11 +0100 |
Bram Moolenaar |
updated for version 7.3.102
v7.3.102
|
Fri, 17 Dec 2010 20:24:01 +0100 |
Bram Moolenaar |
updated for version 7.3.087
v7.3.087
|
Fri, 17 Dec 2010 18:06:06 +0100 |
Bram Moolenaar |
updated for version 7.3.085
v7.3.085
|
Fri, 17 Dec 2010 16:27:16 +0100 |
Bram Moolenaar |
updated for version 7.3.083
v7.3.083
|
Wed, 08 Dec 2010 13:17:03 +0100 |
Bram Moolenaar |
updated for version 7.3.077
v7.3.077
|