log src/ops.c @ 19760:9daed26b788b v8.2.0436

age author description
Mon, 23 Mar 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0436: no warnings for incorrect printf arguments v8.2.0436
Sun, 15 Mar 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0389: delayed redraw when shifting text from Insert mode v8.2.0389
Sat, 22 Feb 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0296: mixing up "long long" and __int64 may cause problems v8.2.0296
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Thu, 23 Jan 2020 21:00:03 +0100 Bram Moolenaar patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set v8.2.0147
Mon, 30 Dec 2019 20:45:03 +0100 Bram Moolenaar patch 8.2.0063: wrong size argument to vim_snprintf() v8.2.0063
Tue, 17 Dec 2019 22:15:04 +0100 Bram Moolenaar patch 8.2.0018: :join does not add white space where it should v8.2.0018
Fri, 13 Dec 2019 19:45:04 +0100 Bram Moolenaar patch 8.2.0002: "dj" only deletes first line of closed fold v8.2.0002
Thu, 05 Dec 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2392: using old C style comments v8.1.2392
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, 16 Nov 2019 14:00:05 +0100 Bram Moolenaar patch 8.1.2302: :lockmarks does not work for '[ and '] v8.1.2302
Tue, 12 Nov 2019 20:45:04 +0100 Bram Moolenaar patch 8.1.2293: join adds trailing space when second line is empty v8.1.2293
Sat, 09 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2281: 'showbreak' cannot be set for one window v8.1.2281
Thu, 31 Oct 2019 03:30:03 +0100 Bram Moolenaar patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte char v8.1.2235
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
Wed, 09 Oct 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2127: the indent.c file is a bit big v8.1.2127
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Mon, 30 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2104: the normal.c file is too big v8.1.2104
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Wed, 25 Sep 2019 22:45:03 +0200 Bram Moolenaar patch 8.1.2077: the ops.c file is too big v8.1.2077
Mon, 16 Sep 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.2045: the option.c file is too big v8.1.2045
Fri, 13 Sep 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.2026: possibly using uninitialized memory v8.1.2026
Tue, 20 Aug 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1895: using NULL pointer when out of memory v8.1.1895
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Tue, 23 Jul 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1736: viminfo support is spread out v8.1.1736
Tue, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
Fri, 14 Jun 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1531: clipboard type name is inconsistent v8.1.1531
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 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
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
Sun, 19 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1359: text property wrong after :substitute with backslash v8.1.1359
Sun, 19 May 2019 20:00:09 +0200 Bram Moolenaar patch 8.1.1355: obvious mistakes are accepted as valid expressions v8.1.1355
Sun, 19 May 2019 15:30:07 +0200 Bram Moolenaar patch 8.1.1351: text property wrong after :substitute v8.1.1351
Fri, 17 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1343: text properties not adjusted for Visual block mode delete v8.1.1343
Fri, 17 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1342: using freed memory when joining line with text property v8.1.1342
Fri, 17 May 2019 20:00:06 +0200 Bram Moolenaar patch 8.1.1341: text properties are lost when joining lines v8.1.1341
Sat, 27 Apr 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1219: not checking for NULL return from alloc() v8.1.1219
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sat, 09 Mar 2019 11:30:06 +0100 Bram Moolenaar patch 8.1.1000: indenting is off v8.1.1000
Fri, 08 Mar 2019 10:00:07 +0100 Bram Moolenaar patch 8.1.0999: use register one too often and not properly tested v8.1.0999
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Fri, 15 Feb 2019 21:15:07 +0100 Bram Moolenaar patch 8.1.0927: USE_CR is never defined v8.1.0927
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
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Thu, 17 Jan 2019 17:15:06 +0100 Bram Moolenaar patch 8.1.0766: various problems when using Vim on VMS v8.1.0766
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 11 Jan 2019 16:30:05 +0100 Bram Moolenaar patch 8.1.0722: cannot build without the virtualedit feature v8.1.0722
Fri, 11 Jan 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0719: too many #ifdefs v8.1.0719
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, 22 Nov 2018 03:15:10 +0100 Bram Moolenaar patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account v8.1.0542
Fri, 16 Nov 2018 21:00:06 +0100 Bram Moolenaar patch 8.1.0535: increment/decrement might get interrupted by updating folds v8.1.0535
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Tue, 21 Aug 2018 15:15:06 +0200 Christian Brabandt patch 8.1.0306: plural messages are not translated properly v8.1.0306
Sun, 29 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0226: too many #ifdefs v8.1.0226
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Thu, 28 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0125: virtual edit replace with multi-byte fails at end of line v8.1.0125