log src/buffer.c @ 19728:41a1ea967a97 v8.2.0420

age author description
Wed, 11 Mar 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.0371: crash with combination of terminal popup and autocmd v8.2.0371
Sat, 08 Feb 2020 18:45:03 +0100 Bram Moolenaar patch 8.2.0235: draw error when an empty group is removed from 'statusline' v8.2.0235
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Tue, 07 Jan 2020 21:00:07 +0100 Bram Moolenaar patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098
Fri, 03 Jan 2020 21:00:16 +0100 Bram Moolenaar patch 8.2.0082: when reusing a buffer listeners are not cleared
Mon, 30 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.2.0064: diffmode completion doesn't use per-window setting v8.2.0064
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Sun, 29 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0054: :diffget and :diffput don't have good completion v8.2.0054
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Sat, 14 Dec 2019 16:30:04 +0100 Bram Moolenaar patch 8.2.0004: get E685 and E931 if buffer reload is interrupted v8.2.0004
Tue, 10 Dec 2019 23:45:04 +0100 Bram Moolenaar patch 8.1.2418: bufnr('$') is wrong after recycling popup buffer v8.1.2418
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, 30 Nov 2019 21:00:04 +0100 Bram Moolenaar patch 8.1.2368: using old C style comments v8.1.2368
Sat, 30 Nov 2019 15:15:04 +0100 Bram Moolenaar patch 8.1.2363: ml_get error when accessing Visual area in 'statusline' v8.1.2363
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Wed, 06 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2267: compiler warning for uninitialized variable v8.1.2267
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Sun, 27 Oct 2019 05:15:06 +0100 Bram Moolenaar patch 8.1.2225: the "last used" info of a buffer is under used v8.1.2225
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
Wed, 25 Sep 2019 20:45:03 +0200 Bram Moolenaar patch 8.1.2073: when editing a buffer 'colorcolumn' may not work v8.1.2073
Sat, 07 Sep 2019 16:00:03 +0200 Bram Moolenaar patch 8.1.2001: some source files are too big v8.1.2001
Tue, 03 Sep 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.1971: manually enabling features causes build errors v8.1.1971
Wed, 21 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1908: every popup window consumes a buffer number v8.1.1908
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 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
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Sat, 17 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1869: code for the argument list is spread out v8.1.1869
Thu, 01 Aug 2019 14:30:07 +0200 Bram Moolenaar patch 8.1.1785: map functionality mixed with character input v8.1.1785
Sat, 27 Jul 2019 17:45:06 +0200 Bram Moolenaar patch 8.1.1756: autocommand that splits window messes up window layout v8.1.1756
Sun, 21 Jul 2019 19:30:06 +0200 Bram Moolenaar patch 8.1.1727: code for viminfo support is spread out v8.1.1727
Sun, 30 Jun 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1612: cannot show an existing buffer in a popup window v8.1.1612
Thu, 20 Jun 2019 04:00:07 +0200 Bram Moolenaar patch 8.1.1575: callbacks may be garbage collected v8.1.1575
Sat, 15 Jun 2019 19:45:06 +0200 Bram Moolenaar patch 8.1.1547: functionality of bt_nofile() is confusing v8.1.1547
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
Sat, 01 Jun 2019 13:30:07 +0200 Bram Moolenaar patch 8.1.1437: code to handle callbacks is duplicated v8.1.1437
Thu, 30 May 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1431: popup window listed as "Scratch" v8.1.1431
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:00:08 +0200 Bram Moolenaar patch 8.1.1391: no popup window support v8.1.1391
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
Thu, 23 May 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1372: when evaluating 'statusline' the current window is unknown v8.1.1372
Thu, 23 May 2019 21:45:07 +0200 Bram Moolenaar patch 8.1.1371: cannot recover from a swap file v8.1.1371
Thu, 16 May 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not used v8.1.1334
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 18:15:07 +0200 Bram Moolenaar patch 8.1.1228: not possible to process tags with a function v8.1.1228
Sat, 27 Apr 2019 13:15:07 +0200 Bram Moolenaar patch 8.1.1210: support for user commands is spread out v8.1.1210
Sun, 07 Apr 2019 14:30:05 +0200 Bram Moolenaar patch 8.1.1135: build failure for small version v8.1.1135
Sun, 07 Apr 2019 12:15:04 +0200 Bram Moolenaar patch 8.1.1134: buffer for quickfix window is reused for another file v8.1.1134
Thu, 04 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1116: cannot enforce a Vim script style v8.1.1116
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sun, 24 Mar 2019 14:15:04 +0100 Bram Moolenaar patch 8.1.1046: the "secure" variable is used inconsistently v8.1.1046
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Sat, 16 Feb 2019 19:15:06 +0100 Bram Moolenaar patch 8.1.0936: may leak memory when using 'vartabstop' v8.1.0936
Tue, 12 Feb 2019 22:45:06 +0100 Bram Moolenaar patch 8.1.0904: USE_LONG_FNAME never defined v8.1.0904
Sun, 10 Feb 2019 23:30:08 +0100 Bram Moolenaar patch 8.1.0894: MS-Windows: resolve() does not return a reparse point v8.1.0894
Tue, 05 Feb 2019 21:30:06 +0100 Bram Moolenaar patch 8.1.0877: new buffer used every time the quickfix window is opened v8.1.0877
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0805: too many #ifdefs v8.1.0805