log src/ex_docmd.c @ 15488:da8b98c008bf v8.1.0752

age author description
Tue, 15 Jan 2019 20:15:06 +0100 Bram Moolenaar patch 8.1.0752: one more compiler warning for signed/unsigned string v8.1.0752
Mon, 14 Jan 2019 20:30:06 +0100 Bram Moolenaar patch 8.1.0745: compiler warnings for signed/unsigned string v8.1.0745
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sat, 12 Jan 2019 16:30:05 +0100 Bram Moolenaar patch 8.1.0734: the hlsearch state is not stored in a session file v8.1.0734
Tue, 08 Jan 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.0706: tabline is not always redrawn v8.1.0706
Wed, 26 Dec 2018 22:00:06 +0100 Bram Moolenaar patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set v8.1.0640
Sun, 23 Dec 2018 19:15:05 +0100 Bram Moolenaar patch 8.1.0629: "gn" selects the wrong text with a multi-line match v8.1.0629
Sat, 22 Dec 2018 17:15:05 +0100 Bram Moolenaar patch 8.1.0623: iterating through window frames is repeated v8.1.0623
Sun, 16 Dec 2018 16:45:05 +0100 Bram Moolenaar patch 8.1.0604: autocommand test fails on MS-Windows v8.1.0604
Sun, 16 Dec 2018 15:45:06 +0100 Bram Moolenaar patch 8.1.0602: DirChanged is also triggered when directory didn't change v8.1.0602
Fri, 14 Dec 2018 19:00:05 +0100 Bram Moolenaar patch 8.1.0586: :digraph output is not easy to read v8.1.0586
Sat, 08 Dec 2018 16:15:05 +0100 Bram Moolenaar patch 8.1.0573: cannot redefine user command without ! in same script v8.1.0573
Sun, 02 Dec 2018 18:30:07 +0100 Bram Moolenaar patch 8.1.0560: cannot use address type "other" with with user command v8.1.0560
Fri, 19 Oct 2018 22:45:07 +0200 Bram Moolenaar patch 8.1.0487: no menus specifically for the terminal window v8.1.0487
Tue, 02 Oct 2018 16:30:05 +0200 Christian Brabandt patch 8.1.0447: GUI scrollbar test fails with Athena and Motif v8.1.0447
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sun, 30 Sep 2018 18:30:05 +0200 Christian Brabandt patch 8.1.0442: GUI: cursor not drawn after ":redraw | sleep" v8.1.0442
Sat, 15 Sep 2018 15:45:10 +0200 Christian Brabandt patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabled v8.1.0392
Mon, 10 Sep 2018 21:15:07 +0200 Christian Brabandt patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
Thu, 06 Sep 2018 21:45:05 +0200 Christian Brabandt patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern v8.1.0351
Thu, 30 Aug 2018 16:00:08 +0200 Christian Brabandt patch 8.1.0337: :file fails in quickfix command v8.1.0337
Wed, 29 Aug 2018 21:45:05 +0200 Christian Brabandt patch 8.1.0333: :mkview does not restore cursor properly after "$" v8.1.0333
Thu, 23 Aug 2018 23:00:05 +0200 Christian Brabandt patch 8.1.0324: off-by-one error in cmdidx check v8.1.0324
Tue, 21 Aug 2018 18:00:08 +0200 Christian Brabandt patch 8.1.0309: profiling does not show a count for condition lines v8.1.0309
Tue, 21 Aug 2018 15:15:06 +0200 Christian Brabandt patch 8.1.0306: plural messages are not translated properly v8.1.0306
Wed, 15 Aug 2018 21:00:06 +0200 Christian Brabandt patch 8.1.0288: quickfix code uses cmdidx too often v8.1.0288
Tue, 14 Aug 2018 16:15:04 +0200 Christian Brabandt patch 8.1.0282: 'incsearch' does not work with command modifiers v8.1.0282
Tue, 14 Aug 2018 13:45:04 +0200 Christian Brabandt patch 8.1.0281: parsing command modifiers is not separated v8.1.0281
Fri, 10 Aug 2018 23:15:04 +0200 Christian Brabandt patch 8.1.0266: parsing Ex address range is not a separate function v8.1.0266
Tue, 07 Aug 2018 22:45:06 +0200 Christian Brabandt patch 8.1.0253: saving and restoring window title does not always work v8.1.0253
Wed, 01 Aug 2018 18:00:07 +0200 Christian Brabandt patch 8.1.0230: directly checking 'buftype' value v8.1.0230
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
Sat, 28 Jul 2018 17:15:06 +0200 Christian Brabandt patch 8.1.0219: expanding ## fails to escape backtick v8.1.0219
Sat, 28 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0217: compiler warning for variable set but not used v8.1.0217
Wed, 25 Jul 2018 21:30:06 +0200 Christian Brabandt patch 8.1.0211: expanding a file name "~" results in $HOME v8.1.0211
Sat, 07 Jul 2018 16:45:05 +0200 Christian Brabandt patch 8.1.0159: completion for user names does not work for a prefix. v8.1.0159
Sat, 07 Jul 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0158: GUI: input() fails if CTRL-C was pressed before v8.1.0158
Wed, 04 Jul 2018 22:30:05 +0200 Christian Brabandt patch 8.1.0149: session is wrong with multiple tabs when :lcd was used v8.1.0149
Thu, 21 Jun 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0095: dialog for ":browse tabnew" says "new window" v8.1.0095
Tue, 12 Jun 2018 17:15:06 +0200 Christian Brabandt patch 8.1.0047: no completion for :unlet $VAR v8.1.0047
Tue, 12 Jun 2018 12:45:07 +0200 Christian Brabandt patch 8.1.0043: ++bad argument of :edit does not work properly v8.1.0043
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
Tue, 08 May 2018 22:15:05 +0200 Christian Brabandt patch 8.0.1804: using :normal in terminal window causes problems v8.0.1804
Tue, 01 May 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1786: no test for 'termwinkey' v8.0.1786
Sun, 29 Apr 2018 12:30:09 +0200 Christian Brabandt patch 8.0.1773: dialog messages are not translated v8.0.1773
Fri, 27 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way v8.0.1768
Thu, 05 Apr 2018 19:00:09 +0200 Christian Brabandt patch 8.0.1663: cannot build without multi-byte feature v8.0.1663
Wed, 04 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1660: the terminal API "drop" command doesn't support options v8.0.1660
Thu, 29 Mar 2018 16:15:07 +0200 Christian Brabandt patch 8.0.1650: too many #ifdefs v8.0.1650
Thu, 29 Mar 2018 16:00:07 +0200 Christian Brabandt patch 8.0.1649: no completion for argument list commands v8.0.1649
Sun, 11 Mar 2018 14:45:05 +0100 Christian Brabandt patch 8.0.1595: no autocommand triggered before exiting v8.0.1595
Fri, 09 Mar 2018 21:45:06 +0100 Christian Brabandt patch 8.0.1592: terminal windows in a session are not properly restored v8.0.1592
Mon, 05 Mar 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1570: can't use :popup for a menu in the terminal v8.0.1570
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, 13 Feb 2018 18:15:06 +0100 Christian Brabandt patch 8.0.1518: error messages suppressed after ":silent! try" v8.0.1518
Mon, 12 Feb 2018 22:15:05 +0100 Christian Brabandt patch 8.0.1508: the :drop command is not always available v8.0.1508
Sun, 11 Feb 2018 19:15:05 +0100 Christian Brabandt patch 8.0.1505: debugger can't break on a condition v8.0.1505
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Fri, 09 Feb 2018 18:00:07 +0100 Christian Brabandt patch 8.0.1485: weird autocmd may cause arglist to be changed recursively v8.0.1485