log src/change.c @ 18484:3e50e573ca25

age author description
Thu, 24 Oct 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.2214: too much is redrawn when 'cursorline' is set v8.1.2214
Thu, 24 Oct 2019 20:15:03 +0200 Bram Moolenaar patch 8.1.2211: listener callback "added" argument is not the total v8.1.2211
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
Tue, 01 Oct 2019 17:15:04 +0200 Bram Moolenaar patch 8.1.2107: various memory leaks reported by asan v8.1.2107
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Sat, 14 Sep 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2029: cannot control 'cursorline' highlighting well v8.1.2029
Sun, 25 Aug 2019 15:00:04 +0200 Bram Moolenaar patch 8.1.1926: cursorline not redrawn when putting a line above the cursor v8.1.1926
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
Wed, 17 Jul 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1710: Coverity found dead code v8.1.1710
Sat, 13 Jul 2019 13:15:05 +0200 Bram Moolenaar patch 8.1.1675: listener list not correctly updated on listener_remove() v8.1.1675
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
Thu, 06 Jun 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1486: a listener change is merged even when it adds a line v8.1.1486
Sat, 01 Jun 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1437: code to handle callbacks is duplicated v8.1.1437
Wed, 29 May 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1419: listener callbacks may be called recursively v8.1.1419
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
Fri, 24 May 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1389: changes are not flushed when end and start overlap v8.1.1389
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 15:30:07 +0200 Bram Moolenaar patch 8.1.1351: text property wrong after :substitute v8.1.1351
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
Wed, 15 May 2019 23:00:15 +0200 Bram Moolenaar patch 8.1.1333: text properties don't always move after changes v8.1.1333
Tue, 14 May 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1332: cannot flush listeners without redrawing, mix of changes v8.1.1332
Sat, 11 May 2019 21:15:06 +0200 Bram Moolenaar patch 8.1.1321: no docs or tests for listener functions v8.1.1321
Sat, 11 May 2019 19:15:05 +0200 Bram Moolenaar patch 8.1.1320: it is not possible to track changes to a buffer v8.1.1320
Sat, 11 May 2019 18:45:06 +0200 Bram Moolenaar Add missing files from patch 8.1.1318