log src/screen.c @ 16211:5fb0f15fafea v8.1.1110

age author description
Thu, 04 Apr 2019 13:30:05 +0200 Bram Moolenaar patch 8.1.1110: composing chars on space wrong when 'listchars' is set v8.1.1110
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sat, 30 Mar 2019 16:45:04 +0100 Bram Moolenaar patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match. v8.1.1082
Sat, 30 Mar 2019 15:45:05 +0100 Bram Moolenaar patch 8.1.1078: when 'listchars' is set a composing char on a space is wrong v8.1.1078
Fri, 29 Mar 2019 18:30:04 +0100 Bram Moolenaar patch 8.1.1073: space in number column is on wrong side with 'rightleft' set
Fri, 29 Mar 2019 18:15:05 +0100 Bram Moolenaar patch 8.1.1072: extending sign and foldcolumn below the text is confusing v8.1.1072
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Sat, 09 Mar 2019 12:00:05 +0100 Bram Moolenaar patch 8.1.1001: Visual area not correct when using 'cursorline' v8.1.1001
Mon, 25 Feb 2019 05:45:04 +0100 Bram Moolenaar patch 8.1.0979: compiler warning for unused functions v8.1.0979
Fri, 22 Feb 2019 19:15:12 +0100 Bram Moolenaar patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variable v8.1.0975
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Thu, 31 Jan 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work v8.1.0865
Wed, 30 Jan 2019 21:45:05 +0100 Bram Moolenaar patch 8.1.0849: cursorline highlight is not always updated v8.1.0849
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Fri, 25 Jan 2019 22:30:13 +0100 Bram Moolenaar patch 8.1.0822: peeking and flushing output slows down execution
Thu, 24 Jan 2019 18:30:06 +0100 Bram Moolenaar patch 8.1.0812: Unicode 16 feature is not useful v8.1.0812
Thu, 24 Jan 2019 16:45:06 +0100 Bram Moolenaar patch 8.1.0809: too many #ifdefs v8.1.0809
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 21:15:06 +0100 Bram Moolenaar patch 8.1.0768: updating completions may cause the popup menu to flicker v8.1.0768
Wed, 16 Jan 2019 22:45:07 +0100 Bram Moolenaar patch 8.1.0759: showing two characters for tab is limited v8.1.0759
Fri, 11 Jan 2019 21:00:06 +0100 Bram Moolenaar patch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
Wed, 09 Jan 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.0709: windows are updated for every added/deleted sign v8.1.0709
Wed, 09 Jan 2019 21:00:07 +0100 Bram Moolenaar patch 8.1.0708: third argument for redrawWinline() is always FALSE v8.1.0708
Tue, 08 Jan 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.0706: tabline is not always redrawn v8.1.0706
Sun, 06 Jan 2019 22:30:05 +0100 Bram Moolenaar patch 8.1.0700: using "gt" sometimes does not redraw a tab v8.1.0700
Thu, 03 Jan 2019 21:45:05 +0100 Bram Moolenaar patch 8.1.0683: spell highlighting does not always end v8.1.0683
Tue, 01 Jan 2019 20:45:05 +0100 Bram Moolenaar patch 8.1.0676: textprop screendump test fails v8.1.0676
Tue, 01 Jan 2019 15:30:06 +0100 Bram Moolenaar patch 8.1.0674: leaking memory when updating a single line v8.1.0674
Mon, 31 Dec 2018 14:00:06 +0100 Bram Moolenaar patch 8.1.0665: text property display wrong when 'spell' is set v8.1.0665
Sun, 30 Dec 2018 22:15:06 +0100 Bram Moolenaar patch 8.1.0663: text property display wrong when 'number' is set v8.1.0663
Wed, 26 Dec 2018 00:30:06 +0100 Bram Moolenaar patch 8.1.0638: text property highlighting is off by one column v8.1.0638
Sat, 22 Dec 2018 17:15:05 +0100 Bram Moolenaar patch 8.1.0623: iterating through window frames is repeated v8.1.0623
Thu, 13 Dec 2018 22:30:08 +0100 Bram Moolenaar patch 8.1.0579: cannot attach properties to text v8.1.0579
Fri, 16 Nov 2018 16:30:07 +0100 Bram Moolenaar patch 8.1.0528: various typos in comments v8.1.0528
Tue, 02 Oct 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0450: build failure without the +fold feature v8.1.0450
Tue, 02 Oct 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0449: when 'rnu' is set folded lines are not displayed correctly v8.1.0449
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Thu, 13 Sep 2018 15:00:06 +0200 Christian Brabandt patch 8.1.0376: compiler warning for uninitialized variable v8.1.0376
Wed, 12 Sep 2018 23:30:06 +0200 Christian Brabandt patch 8.1.0374: moving the cursor is slow when 'relativenumber' is set v8.1.0374
Wed, 12 Sep 2018 22:00:07 +0200 Christian Brabandt patch 8.1.0372: screen updating slow when 'cursorline' is set v8.1.0372
Thu, 06 Sep 2018 13:15:05 +0200 Christian Brabandt patch 8.1.0349: crash when wiping buffer in a callback v8.1.0349
Sun, 02 Sep 2018 15:15:07 +0200 Christian Brabandt patch 8.1.0344: 'hlsearch' highlighting has a gap after /$ v8.1.0344
Sun, 26 Aug 2018 21:30:07 +0200 Christian Brabandt patch 8.1.0328: inputlist() doesn't work with a timer v8.1.0328
Sat, 11 Aug 2018 16:45:05 +0200 Christian Brabandt patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :v v8.1.0271
Sun, 29 Jul 2018 17:45:05 +0200 Christian Brabandt patch 8.1.0228: dropping files is ignored while Vim is busy v8.1.0228
Sun, 29 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0226: too many #ifdefs v8.1.0226
Thu, 28 Jun 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0126: various problems with 'vartabstop' v8.1.0126
Mon, 25 Jun 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0116: display problem with 'vartabstop' and 'linebreak' v8.1.0116
Sun, 24 Jun 2018 19:30:05 +0200 Christian Brabandt patch 8.1.0113: compiler warning for unused variable v8.1.0113
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Sat, 23 Jun 2018 14:30:07 +0200 Christian Brabandt patch 8.1.0098: segfault when pattern with z() is very slow v8.1.0098
Sun, 17 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --" v8.1.0064
Sun, 17 Jun 2018 15:00:05 +0200 Christian Brabandt patch 8.1.0062: popup menu broken if a callback changes the window layout v8.1.0062
Sat, 16 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0058: display problem with margins and scrolling v8.1.0058
Sat, 16 Jun 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0057: popup menu displayed wrong when using autocmd v8.1.0057
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
Sat, 19 May 2018 14:45:04 +0200 Christian Brabandt patch 8.1.0002: :stopinsert changes the message position v8.1.0002
Fri, 11 May 2018 22:15:06 +0200 Christian Brabandt patch 8.0.1815: crash with terminal window and with 'lazyredraw' set v8.0.1815