log src/ops.c @ 18478:94223687df0e

age author description
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
Wed, 27 Jun 2018 21:00:07 +0200 Christian Brabandt patch 8.1.0118: duplicate error message for put command v8.1.0118
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Sun, 03 Jun 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0027: difficult to make a plugin that feeds a line to a job v8.1.0027
Tue, 22 May 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0020: cannot tell whether a register is executing or recording v8.1.0020
Tue, 01 May 2018 19:30:06 +0200 Christian Brabandt patch 8.0.1787: cannot insert the whole cursor line v8.0.1787
Mon, 30 Apr 2018 17:30:07 +0200 Christian Brabandt patch 8.0.1779: deleting in a block selection causes problems v8.0.1779
Tue, 10 Apr 2018 13:30:07 +0200 Christian Brabandt patch 8.0.1682: auto indenting breaks inserting a block v8.0.1682
Sun, 08 Apr 2018 16:45:07 +0200 Christian Brabandt patch 8.0.1679: compiler warning for printf format v8.0.1679
Sun, 08 Apr 2018 13:15:07 +0200 Christian Brabandt patch 8.0.1677: no compiler warning for wrong format in vim_snprintf() v8.0.1677
Tue, 06 Mar 2018 20:00:07 +0100 Christian Brabandt patch 8.0.1587: inserting from the clipboard doesn't work literally v8.0.1587
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sun, 11 Feb 2018 15:15:06 +0100 Christian Brabandt patch 8.0.1501: out-of-memory situation not correctly handled v8.0.1501
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Tue, 06 Feb 2018 23:00:07 +0100 Christian Brabandt patch 8.0.1475: invalid memory access in read_redo() v8.0.1475