log src/normal.c @ 27418:6ecfb8d99353 v8.2.4237

age author description
Fri, 28 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4237: record buffer wrong if character in Select mode was not typed v8.2.4237
Thu, 27 Jan 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4228: no tests for clicking in the GUI tabline v8.2.4228
Wed, 26 Jan 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4221: some functions in normal.c are very long v8.2.4221
Mon, 24 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4205: the normal_cmd() function is too long v8.2.4205
Thu, 20 Jan 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4165: the nv_g_cmd() function is too long v8.2.4165
Thu, 20 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4160: cannot change the register used for Select mode delete v8.2.4160
Sat, 15 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping v8.2.4099
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Mon, 03 Jan 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.3993: when recording a change in Select mode char appears twice v8.2.3993
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sun, 02 Jan 2022 18:15:04 +0100 Bram Moolenaar patch 8.2.3983: error messages are spread out v8.2.3983
Tue, 28 Dec 2021 22:00:07 +0100 Bram Moolenaar patch 8.2.3930: getcmdline() argument has a misleading type
Sun, 26 Dec 2021 16:15:04 +0100 Bram Moolenaar patch 8.2.3903: "gM" does not count tabs as expected v8.2.3903
Mon, 13 Dec 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3795: too many #ifdefs v8.2.3795
Sun, 12 Dec 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.3787: no proper formatting of a C line comment after a statement v8.2.3787
Thu, 09 Dec 2021 13:00:06 +0100 Bram Moolenaar patch 8.2.3764: cannot see any text when window was made zero lines v8.2.3764
Wed, 24 Nov 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3660: overflow check uses wrong number v8.2.3660
Wed, 24 Nov 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3659: integer overflow with large line number v8.2.3659
Mon, 22 Nov 2021 15:30:08 +0100 Bram Moolenaar patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redone v8.2.3644
Wed, 17 Nov 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3611: crash when using CTRL-W f without finding a file name v8.2.3611
Wed, 17 Nov 2021 18:00:05 +0100 Bram Moolenaar patch 8.2.3610: crash when ModeChanged triggered too early v8.2.3610
Fri, 12 Nov 2021 11:45:04 +0100 Bram Moolenaar patch 8.2.3583: the "gd" and "gD" commands do not update search stats v8.2.3583
Thu, 04 Nov 2021 14:30:03 +0100 Bram Moolenaar patch 8.2.3580: gj does not move properly with a wide character v8.2.3580
Fri, 22 Oct 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3555: ModeChanged is not triggered on every mode change v8.2.3555
Sun, 17 Oct 2021 18:30:04 +0200 Bram Moolenaar patch 8.2.3530: ":buf {a}" fails while ":edit {a}" works v8.2.3530
Mon, 11 Oct 2021 16:45:04 +0200 Bram Moolenaar patch 8.2.3494: illegal memory access in utf_head_off v8.2.3494
Sun, 12 Sep 2021 13:45:05 +0200 Bram Moolenaar patch 8.2.3430: no generic way to trigger an autocommand on mode change v8.2.3430
Sat, 11 Sep 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.3428: using freed memory when replacing v8.2.3428
Wed, 28 Jul 2021 17:00:05 +0200 Bram Moolenaar patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode v8.2.3236
Mon, 26 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3227: 'virtualedit' can only be set globally v8.2.3227
Tue, 29 Jun 2021 20:30:05 +0200 Bram Moolenaar patch 8.2.3074: popup_atcursor() uses wrong position with concealing v8.2.3074
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Thu, 10 Jun 2021 19:45:02 +0200 Bram Moolenaar patch 8.2.2971: cannot yank a block without trailing spaces v8.2.2971
Fri, 04 Jun 2021 22:00:05 +0200 Bram Moolenaar patch 8.2.2938: after using motion force from feedkeys() it sticks v8.2.2938
Thu, 03 Jun 2021 22:15:02 +0200 Bram Moolenaar patch 8.2.2932: select mode test fails v8.2.2932
Thu, 03 Jun 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.2930: when a popup is visible a mouse move my restart Visual mode v8.2.2930
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
Sun, 30 May 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.2914: cannot paste a block without adding padding v8.2.2914
Sat, 29 May 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.2904: "g$" causes scroll if half a double width char is visible v8.2.2904
Tue, 04 May 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.2832: operator cancelled by moving mouse when using popup v8.2.2832
Sun, 04 Apr 2021 21:30:03 +0200 Bram Moolenaar patch 8.2.2711: "gj" in a closed fold does not move out of the fold v8.2.2711
Tue, 23 Feb 2021 19:45:05 +0100 Bram Moolenaar patch 8.2.2548: May get stuck in the cmdline window using :normal v8.2.2548
Tue, 23 Feb 2021 19:45:04 +0100 Bram Moolenaar patch 8.2.2547: "%" command not accurate for big files v8.2.2547
Thu, 28 Jan 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.2422: crash when deleting with line number out of range v8.2.2422
Thu, 21 Jan 2021 17:15:04 +0100 Bram Moolenaar patch 8.2.2385: "gj" and "gk" do not work correctly when inside a fold v8.2.2385
Sat, 16 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2366: when using ":sleep" the cursor is always displayed v8.2.2366
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
Fri, 11 Dec 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.2128: there is no way to do something on CTRL-Z v8.2.2128
Thu, 03 Dec 2020 20:00:05 +0100 Bram Moolenaar patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character v8.2.2084
Thu, 26 Nov 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.2057: getting the selection may trigger TextYankPost autocmd v8.2.2057
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 20:30:04 +0100 Bram Moolenaar patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution v8.2.1919
Tue, 08 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function v8.2.1637
Sat, 05 Sep 2020 14:30:03 +0200 Bram Moolenaar patch 8.2.1595: cannot easily see what Vim sends to the terminal v8.2.1595
Sun, 30 Aug 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is used v8.2.1549
Sun, 23 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1520: Vim9: CTRL-] used in :def function does not work v8.2.1520
Sun, 09 Aug 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1401: cannot jump to the last used tabpage v8.2.1401
Mon, 20 Jul 2020 23:15:05 +0200 Bram Moolenaar patch 8.2.1258: CursorHold does not work well v8.2.1258
Sun, 19 Jul 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted v8.2.1253