log src/normal.c @ 19694:196dcd448100

age author description
Mon, 16 Mar 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0397: delayed screen update when using undo from Insert mode v8.2.0397
Fri, 21 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0295: highlighting for :s wrong when using different separator v8.2.0295
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Thu, 05 Dec 2019 20:15:04 +0100 Bram Moolenaar patch 8.1.2392: using old C style comments v8.1.2392
Sun, 01 Dec 2019 19:45:03 +0100 Bram Moolenaar patch 8.1.2377: GUI: when losing focus a pending operator is executed v8.1.2377
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Sat, 09 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2281: 'showbreak' cannot be set for one window v8.1.2281
Thu, 31 Oct 2019 20:00:04 +0100 Bram Moolenaar patch 8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined v8.1.2237
Tue, 29 Oct 2019 04:30:05 +0100 Bram Moolenaar patch 8.1.2233: cannot get the Vim command line arguments v8.1.2233
Mon, 28 Oct 2019 02:15:05 +0100 Bram Moolenaar patch 8.1.2231: not easy to move to the middle of a text line v8.1.2231
Fri, 18 Oct 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.2173: searchit() has too many arguments v8.1.2173
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
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
Mon, 30 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2104: the normal.c file is too big v8.1.2104
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Tue, 24 Sep 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.2072: "gk" moves to start of line instead of upwards v8.1.2072
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062
Fri, 20 Sep 2019 13:45:04 +0200 Bram Moolenaar patch 8.1.2059: fix for "x" deleting a fold has side effects v8.1.2059
Tue, 17 Sep 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.2052: using "x" before a closed fold may delete that fold v8.1.2052
Mon, 09 Sep 2019 20:15:03 +0200 Bram Moolenaar patch 8.1.2018: using freed memory when out of memory and displaying message v8.1.2018
Thu, 05 Sep 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.1988: :startinsert! does not work the same way as "A" v8.1.1988
Mon, 19 Aug 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1890: ml_get error when deleting fold marker v8.1.1890
Fri, 16 Aug 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1862: Coverity warns for not using return value v8.1.1862
Sun, 11 Aug 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare v8.1.1838
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Sat, 27 Jul 2019 19:00:05 +0200 Bram Moolenaar patch 8.1.1758: count of g$ not used correctly when text is not wrapped v8.1.1758
Wed, 10 Jul 2019 16:30:06 +0200 Bram Moolenaar patch 8.1.1658: debug statements included in patch v8.1.1658
Tue, 09 Jul 2019 23:30:05 +0200 Bram Moolenaar patch 8.1.1657: Terminal: screen updates from 'balloonexpr' are not displayed v8.1.1657
Sun, 07 Jul 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1645: cannot use a popup window for a balloon v8.1.1645
Sun, 30 Jun 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1612: cannot show an existing buffer in a popup window v8.1.1612
Sat, 29 Jun 2019 07:45:06 +0200 Bram Moolenaar patch 8.1.1608: the evalfunc.c file is too big v8.1.1608
Wed, 26 Jun 2019 04:15:05 +0200 Bram Moolenaar patch 8.1.1599: compiler warning for uninitialized variable v8.1.1599
Wed, 26 Jun 2019 03:45:04 +0200 Bram Moolenaar patch 8.1.1597: cannot scroll a popup window with the mouse v8.1.1597
Tue, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
Wed, 12 Jun 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1520: popup windows are ignored when dealing with mouse position v8.1.1520
Sun, 02 Jun 2019 20:00:06 +0200 Bram Moolenaar patch 8.1.1455: popup_atcursor() not completely implemented v8.1.1455
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Thu, 23 May 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.1373: "[p" in Visual mode puts in wrong line v8.1.1373
Thu, 09 May 2019 15:15:07 +0200 Bram Moolenaar patch 8.1.1306: Borland support is outdated and doesn't work v8.1.1306
Wed, 08 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1302: v:beval_text is not tested in Visual mode v8.1.1302
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Sun, 28 Apr 2019 18:15:07 +0200 Bram Moolenaar patch 8.1.1228: not possible to process tags with a function v8.1.1228
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Mon, 25 Mar 2019 22:30:05 +0100 Bram Moolenaar patch 8.1.1049: when user tries to exit with CTRL-C message is confusing v8.1.1049
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sun, 17 Feb 2019 15:15:06 +0100 Bram Moolenaar patch 8.1.0940: MS-Windows console resizing not handled properly v8.1.0940
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Thu, 31 Jan 2019 18:30:08 +0100 Bram Moolenaar patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' v8.1.0864
Thu, 31 Jan 2019 13:30:07 +0100 Bram Moolenaar patch 8.1.0856: when scrolling a window the cursorline is not always updated v8.1.0856
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 11 Jan 2019 21:00:06 +0100 Bram Moolenaar patch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
Fri, 11 Jan 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0719: too many #ifdefs v8.1.0719
Thu, 03 Jan 2019 23:00:11 +0100 Bram Moolenaar patch 8.1.0686: when 'y' is in 'cpoptions' yanking for the clipboard changes redo v8.1.0686
Thu, 27 Dec 2018 23:45:05 +0100 Bram Moolenaar patch 8.1.0648: custom operators can't act upon a forced motion v8.1.0648
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
Thu, 22 Nov 2018 03:15:10 +0100 Bram Moolenaar patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account v8.1.0542