log src/misc2.c @ 29234:96ff6c230a66 v8.2.5136

age author description
Mon, 16 May 2022 20:45:03 +0200 Bram Moolenaar patch 8.2.4969: changing text in Visual mode may cause invalid memory access v8.2.4969
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Tue, 03 May 2022 00:00:04 +0200 Bram Moolenaar patch 8.2.4858: K_SPECIAL may be escaped twice v8.2.4858
Tue, 26 Apr 2022 14:00:03 +0200 Bram Moolenaar patch 8.2.4829: a key may be simplified to NUL v8.2.4829
Tue, 22 Mar 2022 21:45:04 +0100 Bram Moolenaar patch 8.2.4610: some conditions are always true v8.2.4610
Wed, 09 Feb 2022 14:00:05 +0100 Bram Moolenaar patch 8.2.4335: no autocommand event triggered before changing directory v8.2.4335
Wed, 02 Feb 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4283: using a variable for the return value is not needed v8.2.4283
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Mon, 17 Jan 2022 12:30:05 +0100 Bram Moolenaar patch 8.2.4119: build failure when disabling the channel feature v8.2.4119
Sat, 15 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping v8.2.4099
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Mon, 29 Nov 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.3699: the +title feature adds a lot of #ifdef but little code v8.2.3699
Tue, 05 Oct 2021 20:30:04 +0200 Bram Moolenaar patch 8.2.3479: crash when calling job_start with an invalid argument v8.2.3479
Tue, 17 Aug 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3357: crash when 'virtualedit' is set and window is narrow v8.2.3357
Fri, 06 Aug 2021 22:00:04 +0200 Bram Moolenaar patch 8.2.3301: memory allocation functions don't have their own place v8.2.3301
Sat, 31 Jul 2021 12:45:05 +0200 Bram Moolenaar patch 8.2.3254: win_gettype() does not recognize a quickfix window v8.2.3254
Thu, 29 Jul 2021 20:30:08 +0200 Bram Moolenaar patch 8.2.3244: Lua 5.3 print() with a long string crashes v8.2.3244
Tue, 27 Jul 2021 21:30:08 +0200 Bram Moolenaar patch 8.2.3228: cannot use a simple block for the :command argument v8.2.3228
Mon, 26 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3227: 'virtualedit' can only be set globally v8.2.3227
Sat, 10 Jul 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3139: functions for string manipulation are spread out v8.2.3139
Wed, 30 Jun 2021 21:00:05 +0200 Bram Moolenaar patch 8.2.3079: Powershell core not supported by default v8.2.3079
Mon, 28 Jun 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3071: shell options are not set properly for PowerShell v8.2.3071
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
Tue, 06 Apr 2021 20:30:05 +0200 Bram Moolenaar patch 8.2.2728: special key names don't work if 'isident' is cleared v8.2.2728
Sun, 21 Mar 2021 21:00:05 +0100 Bram Moolenaar patch 8.2.2635: Vim9: cannot define an inline function v8.2.2635
Tue, 23 Feb 2021 19:30:03 +0100 Bram Moolenaar patch 8.2.2546: typo in mouse key name v8.2.2546
Thu, 21 Jan 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.2383: focus escape sequences are not named v8.2.2383
Thu, 12 Nov 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.1978: making a mapping work in all modes is complicated v8.2.1978
Wed, 28 Oct 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.1914: Vim9: cannot put line break in expression for '=' register v8.2.1914
Wed, 07 Oct 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'
Wed, 07 Oct 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1809: mapping some keys with Ctrl does not work properly v8.2.1809
Sun, 27 Sep 2020 13:30:03 +0200 Bram Moolenaar patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?> v8.2.1752
Tue, 11 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1422: the Mac GUI implementation is outdated v8.2.1422
Fri, 31 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1329: Vim9: cannot define global function inside :def function v8.2.1329
Sat, 20 Jun 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1019: mapping <M-S-a> does not work in the GUI v8.2.1019
Fri, 19 Jun 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1015: popup filter gets key with modifier prepended v8.2.1015
Sun, 07 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0928: many type casts are used for vim_strnsave() v8.2.0928
Sun, 31 May 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0867: using {xxx} for encoding a modifier is not nice v8.2.0867
Sat, 30 May 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0855: GUI tests fail because the test doesn't use a modifier v8.2.0855
Wed, 13 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0751: Vim9: performance can be improved v8.2.0751
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
Mon, 13 Apr 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.0572: using two lines for free and reset v8.2.0572
Mon, 13 Apr 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.0571: double free when passing invalid argument to job_start() v8.2.0571
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Thu, 26 Mar 2020 16:30:03 +0100 Bram Moolenaar patch 8.2.0453: trailing space in job_start() command causes empty argument v8.2.0453
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
Sat, 21 Dec 2019 18:30:05 +0100 Bram Moolenaar patch 8.2.0026: still some /* */ comments v8.2.0026
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
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Wed, 13 Nov 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrong v8.1.2299
Sun, 13 Oct 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled v8.1.2145
Sat, 12 Oct 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.2140: "gk" and "gj" do not work correctly in number column v8.1.2140
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
Sun, 15 Sep 2019 21:15:03 +0200 Bram Moolenaar patch 8.1.2042: the evalfunc.c file is too big v8.1.2042