log src/window.c @ 16690:4e3c4e8e465c v8.1.1347

age author description
Sat, 18 May 2019 15:45:05 +0200 Bram Moolenaar patch 8.1.1347: fractional scroll position not restored after closing window v8.1.1347
Sun, 12 May 2019 14:30:08 +0200 Bram Moolenaar patch 8.1.1327: unnecessary scroll after horizontal split v8.1.1327
Wed, 01 May 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1242: no cmdline redraw when tabpages have different 'cmdheight' v8.1.1242
Wed, 01 May 2019 18:15:07 +0200 Bram Moolenaar patch 8.1.1241: Ex command info contains confusing information v8.1.1241
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 20:45:05 +0200 Bram Moolenaar patch 8.1.1218: cannot set a directory for a tab page v8.1.1218
Fri, 26 Apr 2019 20:45:06 +0200 Bram Moolenaar patch 8.1.1207: some compilers give warning messages v8.1.1207
Thu, 25 Apr 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1205: a BufReadPre autocommand may cause the cursor to move v8.1.1205
Wed, 17 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1182: some function prototypes are outdated v8.1.1182
Mon, 08 Apr 2019 20:15:05 +0200 Bram Moolenaar patch 8.1.1140: not easy to find out what neighbors a window has v8.1.1140
Sat, 30 Mar 2019 20:00:05 +0100 Bram Moolenaar patch 8.1.1088: height of quickfix window not retained with vertical split v8.1.1088
Sun, 17 Mar 2019 16:45:11 +0100 Bram Moolenaar patch 8.1.1015: quickfix buffer shows up in list, can't get buffer number v8.1.1015
Mon, 04 Mar 2019 13:30:08 +0100 Bram Moolenaar patch 8.1.0994: relative cursor position is not calculated correctly v8.1.0994
Fri, 22 Feb 2019 18:00:05 +0100 Bram Moolenaar patch 8.1.0974: cannot switch from terminal window to previous tabpage v8.1.0974
Fri, 22 Feb 2019 16:15:06 +0100 Bram Moolenaar patch 8.1.0972: cannot switch from terminal window to next tabpage v8.1.0972
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Wed, 13 Feb 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0914: code related to findfile() is spread out v8.1.0914
Sun, 10 Feb 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.0892: failure when closing a window when location list is in use v8.1.0892
Thu, 31 Jan 2019 18:30:08 +0100 Bram Moolenaar patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' v8.1.0864
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 17:30:08 +0100 Bram Moolenaar patch 8.1.0810: too many #ifdefs v8.1.0810
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Tue, 15 Jan 2019 20:30:07 +0100 Bram Moolenaar patch 8.1.0753: printf format not checked for semsg() v8.1.0753
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 21:00:06 +0100 Bram Moolenaar patch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
Sun, 06 Jan 2019 17:30:05 +0100 Bram Moolenaar patch 8.1.0698: clearing the window is used too often v8.1.0698
Sat, 22 Dec 2018 17:15:05 +0100 Bram Moolenaar patch 8.1.0623: iterating through window frames is repeated v8.1.0623
Fri, 21 Dec 2018 16:15:06 +0100 Bram Moolenaar patch 8.1.0615: get_tv function names are not consistent v8.1.0615
Sat, 10 Nov 2018 16:15:05 +0100 Bram Moolenaar patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no name v8.1.0514
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Tue, 25 Sep 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0434: copy_loclist() is too long v8.1.0434
Thu, 13 Sep 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions v8.1.0377
Tue, 21 Aug 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0307: there is no good way to get the window layout v8.1.0307
Wed, 25 Jul 2018 22:45:04 +0200 Christian Brabandt patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window v8.1.0213
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
Tue, 12 Jun 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0046: loading a session file fails if 'winheight' is big v8.1.0046
Sun, 10 Jun 2018 14:45:06 +0200 Christian Brabandt patch 8.1.0042: if omni completion opens a window Insert mode is stopped v8.1.0042
Wed, 06 Jun 2018 18:15:05 +0200 Christian Brabandt patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse v8.1.0036
Wed, 06 Jun 2018 09:15:06 +0200 Christian Brabandt patch 8.1.0035: not easy to switch between prompt buffer and other windows v8.1.0035
Fri, 04 May 2018 20:30:06 +0200 Christian Brabandt patch 8.0.1790: 'winfixwidth' is not always respected by :close v8.0.1790
Fri, 13 Apr 2018 22:30:08 +0200 Christian Brabandt patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls window v8.0.1707
Tue, 10 Apr 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1688: some macros are used without a semicolon v8.0.1688
Sun, 04 Mar 2018 20:15:05 +0100 Christian Brabandt patch 8.0.1566: too many #ifdefs v8.0.1566
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Tue, 20 Feb 2018 21:45:05 +0100 Christian Brabandt patch 8.0.1528: dead code found v8.0.1528
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Wed, 31 Jan 2018 19:15:06 +0100 Christian Brabandt patch 8.0.1446: acessing freed memory after window command in auto command v8.0.1446
Mon, 25 Dec 2017 14:30:06 +0100 Christian Brabandt patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URL v8.0.1426
Tue, 05 Dec 2017 20:45:05 +0100 Christian Brabandt patch 8.0.1375: window size wrong after maximizing with WinBar v8.0.1375
Sat, 25 Nov 2017 14:30:05 +0100 Christian Brabandt patch 8.0.1334: splitting a window with a WinBar damages window layout v8.0.1334
Wed, 22 Nov 2017 22:30:06 +0100 Christian Brabandt patch 8.0.1331: possible crash when window can be zero lines high v8.0.1331
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
Tue, 24 Oct 2017 22:00:06 +0200 Christian Brabandt patch 8.0.1215: newer gcc warns for implicit fallthrough v8.0.1215
Fri, 29 Sep 2017 21:30:05 +0200 Christian Brabandt patch 8.0.1160: getting tab-local variable fails after closing window v8.0.1160
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Fri, 22 Sep 2017 14:45:06 +0200 Christian Brabandt patch 8.0.1135: W_WINCOL() is always the same v8.0.1135
Mon, 18 Sep 2017 20:45:04 +0200 Christian Brabandt patch 8.0.1125: wrong window height when splitting window with window toolbar v8.0.1125
Sun, 17 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1123: cannot define a toolbar for a window v8.0.1123
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Thu, 03 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0858: can exit while a terminal is still running a job