log src/normal.c @ 30471:584231b9b37e v9.0.0571

age author description
Sat, 24 Sep 2022 14:15:04 +0200 Bram Moolenaar patch 9.0.0571: MS-Windows: CTRL-C can make Vim exit v9.0.0571
Sat, 24 Sep 2022 14:00:04 +0200 Bram Moolenaar patch 9.0.0569: cannot easily get out when using "vim file | grep word" v9.0.0569
Fri, 16 Sep 2022 22:00:04 +0200 Bram Moolenaar patch 9.0.0482: "g0" moves to wrong location with virtual text "above" v9.0.0482
Mon, 05 Sep 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context v9.0.0387
Wed, 31 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0340: the 'cmdheight' zero support causes too much trouble v9.0.0340
Mon, 29 Aug 2022 01:15:02 +0200 Bram Moolenaar patch 9.0.0312: test for cmdheight zero fails v9.0.0312
Mon, 29 Aug 2022 00:00:04 +0200 Bram Moolenaar patch 9.0.0310: output of :messages dissappears when cmdheight is zero v9.0.0310
Thu, 25 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version v9.0.0265
Sun, 21 Aug 2022 11:45:04 +0200 Bram Moolenaar patch 9.0.0234: cannot make difference between :normal end and argument char v9.0.0234
Tue, 16 Aug 2022 21:30:04 +0200 Bram Moolenaar patch 9.0.0222: no good reason why text objects are only in larger builds v9.0.0222
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sun, 31 Jul 2022 19:45:02 +0200 Bram Moolenaar patch 9.0.0124: code has more indent than needed v9.0.0124
Sat, 30 Jul 2022 18:00:03 +0200 Bram Moolenaar patch 9.0.0114: the command line takes up space even when not used v9.0.0114
Sun, 24 Jul 2022 21:15:06 +0200 Bram Moolenaar patch 9.0.0064: confusing error when using "q:" in command line window v9.0.0064
Thu, 30 Jun 2022 23:15:03 +0200 Bram Moolenaar patch 9.0.0013: reproducing memory access errors can be difficult v9.0.0013
Thu, 16 Jun 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode v8.2.5109
Sat, 04 Jun 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.5056: the channel log only contains some of the raw terminal output v8.2.5056
Thu, 26 May 2022 17:45:03 +0200 Bram Moolenaar patch 8.2.5024: using freed memory with "]d" v8.2.5024
Thu, 26 May 2022 17:00:05 +0200 Bram Moolenaar patch 8.2.5023: substitute overwrites allocated buffer v8.2.5023
Sat, 14 May 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.4956: reading past end of line with "gf" in Visual block mode v8.2.4956
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
Fri, 06 May 2022 13:00:03 +0200 Bram Moolenaar patch 8.2.4881: "P" in Visual mode still changes some registers v8.2.4881
Fri, 22 Apr 2022 22:30:02 +0200 Bram Moolenaar patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode v8.2.4806
Sat, 09 Apr 2022 22:15:04 +0200 Bram Moolenaar patch 8.2.4725: unused variable in tiny build v8.2.4725
Sat, 09 Apr 2022 22:15:03 +0200 Bram Moolenaar patch 8.2.4724: current instance of last search pattern not easily spotted v8.2.4724
Sat, 09 Apr 2022 19:30:02 +0200 Bram Moolenaar patch 8.2.4723: the ModeChanged autocmd event is inefficient v8.2.4723
Sun, 27 Mar 2022 20:30:04 +0200 Bram Moolenaar patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline' v8.2.4638
Sat, 26 Mar 2022 14:30:03 +0100 Bram Moolenaar patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline" v8.2.4630
Mon, 14 Mar 2022 22:00:02 +0100 Bram Moolenaar patch 8.2.4567: bracketed paste doesn't work well in Visual linewise mode v8.2.4567
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Mon, 31 Jan 2022 13:30:05 +0100 Bram Moolenaar patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice v8.2.4270
Sat, 29 Jan 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4252: generating the normal command table at runtime is inefficient v8.2.4252
Fri, 28 Jan 2022 17:15:03 +0100 Bram Moolenaar patch 8.2.4242: put in Visual mode cannot be repeated v8.2.4242
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
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