log src/ex_cmds.c @ 23861:5d11a15dbaa9 v8.2.2472

age author description
Sat, 06 Feb 2021 17:45:03 +0100 Bram Moolenaar patch 8.2.2472: crash when using command line window in an autocommand v8.2.2472
Wed, 03 Feb 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2464: using freed memory if window closed in autocommand v8.2.2464
Sat, 30 Jan 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2433: opening cmdline window gives error in BufLeave autocommand v8.2.2433
Thu, 28 Jan 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.2425: cursor on invalid line with range and :substitute v8.2.2425
Sat, 16 Jan 2021 14:45:04 +0100 Bram Moolenaar patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc' v8.2.2361
Fri, 15 Jan 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.2354: crash with a weird combination of autocommands v8.2.2354
Thu, 07 Jan 2021 15:00:05 +0100 Bram Moolenaar patch 8.2.2307: a shell command in the vimrc causes terminal output v8.2.2307
Mon, 04 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2295: incsearch does not detect empty pattern properly v8.2.2295
Sun, 27 Dec 2020 19:15:03 +0100 Bram Moolenaar patch 8.2.2231: when "--remote file" is used "file" is not reloaded v8.2.2231
Mon, 21 Dec 2020 20:45:05 +0100 Bram Moolenaar patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are used v8.2.2183
Mon, 21 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2182: Vim9: value of 'magic' is still relevant v8.2.2182
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Wed, 25 Nov 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.2052: Vim9: "edit +4 fname" gives an error v8.2.2052
Sat, 07 Nov 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.1967: the session file does not restore the alternate file v8.2.1967
Wed, 04 Nov 2020 18:15:03 +0100 Bram Moolenaar patch 8.2.1954: Vim9: not all command modifiers are tested v8.2.1954
Sun, 01 Nov 2020 14:00:03 +0100 Bram Moolenaar patch 8.2.1933: cannot sort using locale ordering v8.2.1933
Sun, 25 Oct 2020 17:15:03 +0100 Bram Moolenaar patch 8.2.1904: still using default option values after using ":badd +1" v8.2.1904
Sun, 25 Oct 2020 15:15:03 +0100 Bram Moolenaar patch 8.2.1902: default option values changed with :badd for existing buffer v8.2.1902
Sat, 24 Oct 2020 21:00:06 +0200 Bram Moolenaar patch 8.2.1899: crash in out-of-memory situation v8.2.1899
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Tue, 13 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browse v8.2.1842
Sun, 04 Oct 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1801: undo file not found when using ":args" or ":next" v8.2.1801
Sat, 15 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1460: error messages are spread out v8.2.1460
Wed, 12 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1436: function implementing :substitute has unexpected name v8.2.1436
Tue, 28 Jul 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.1309: build failure with tiny version v8.2.1309
Tue, 28 Jul 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit v8.2.1308
Thu, 23 Jul 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1281: the "trailing characters" error can be hard to understand v8.2.1281
Tue, 21 Jul 2020 21:15:06 +0200 Bram Moolenaar patch 8.2.1262: src/ex_cmds.c file is too big v8.2.1262
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Wed, 10 Jun 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0943: displaying ^M or ^J depends on current buffer v8.2.0943
Sat, 30 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0853: ml_delete() often called with FALSE argument v8.2.0853
Wed, 27 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0834: :drop command in terminal popup causes problems v8.2.0834
Wed, 13 May 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.0747: cannot forcefully close all popups v8.2.0747
Wed, 13 May 2020 00:00:03 +0200 Bram Moolenaar patch 8.2.0745: crash on exit when not all popups are closed v8.2.0745
Tue, 12 May 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0743: can move to another buffer from a terminal in popup window v8.2.0743
Mon, 20 Apr 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0612: Vim9: no check for space before #comment v8.2.0612
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Thu, 19 Mar 2020 12:45:04 +0100 Bram Moolenaar patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite check v8.2.0403
Mon, 17 Feb 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.0272: ":helptags ALL" gives error for some directories v8.2.0272
Fri, 14 Feb 2020 13:30:05 +0100 Bram Moolenaar patch 8.2.0256: time and timer related code is spread out v8.2.0256
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Fri, 27 Dec 2019 17:30:03 +0100 Bram Moolenaar patch 8.2.0049: command line completion not fully tested v8.2.0049
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
Sun, 01 Dec 2019 21:45:04 +0100 Bram Moolenaar patch 8.1.2379: using old C style comments v8.1.2379
Sun, 01 Dec 2019 15:30:04 +0100 Bram Moolenaar patch 8.1.2373: cannot build with +popupwin but without +quickfix v8.1.2373
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Fri, 29 Nov 2019 23:30:04 +0100 Bram Moolenaar patch 8.1.2361: MS-Windows: test failures related to VIMDLL v8.1.2361
Sat, 16 Nov 2019 14:00:05 +0100 Bram Moolenaar patch 8.1.2302: :lockmarks does not work for '[ and '] v8.1.2302
Sat, 09 Nov 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2277: terminal window is not updated when info popup changes v8.1.2277
Sat, 09 Nov 2019 15:45:04 +0100 Bram Moolenaar patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor() v8.1.2273
Thu, 31 Oct 2019 04:45:03 +0100 Bram Moolenaar patch 8.1.2236: ml_get error if pattern matches beyond last line v8.1.2236
Sat, 26 Oct 2019 12:30:06 +0200 Bram Moolenaar patch 8.1.2217: compiler warning for unused variable v8.1.2217
Fri, 25 Oct 2019 22:15:03 +0200 Bram Moolenaar patch 8.1.2216: text property in wrong place after :substitute v8.1.2216
Mon, 21 Oct 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2198: crash when using :center in autocommand v8.1.2198
Sun, 20 Oct 2019 18:30:04 +0200 Bram Moolenaar patch 8.1.2192: cannot easily fill the info popup asynchronously v8.1.2192
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
Sat, 05 Oct 2019 11:45:04 +0200 Bram Moolenaar patch 8.1.2113: ":help expr-!~?" only works after searching v8.1.2113
Tue, 01 Oct 2019 12:15:03 +0200 Bram Moolenaar patch 8.1.2105: MS-Windows: system() may crash v8.1.2105
Sat, 28 Sep 2019 16:00:03 +0200 Bram Moolenaar patch 8.1.2092: MS-Windows: redirect in system() does not work v8.1.2092
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062