log src/globals.h @ 19826:293a22b677a8 v8.2.0469

age author description
Sat, 28 Mar 2020 21:45:06 +0100 Bram Moolenaar patch 8.2.0469: Vim9: no error for missing ] after list v8.2.0469
Fri, 27 Mar 2020 21:00:06 +0100 Bram Moolenaar patch 8.2.0464: typos and other small problems v8.2.0464
Wed, 26 Feb 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0320: no Haiku support v8.2.0320
Tue, 25 Feb 2020 23:00:04 +0100 Bram Moolenaar patch 8.2.0318: Vim9: types not sufficiently tested v8.2.0318
Thu, 20 Feb 2020 23:00:05 +0100 Bram Moolenaar patch 8.2.0291: Vim9: assigning [] to list<string> doesn't work v8.2.0291
Tue, 18 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :global v8.2.0274
Wed, 12 Feb 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0251: a couple of function return types can be more specific v8.2.0251
Thu, 30 Jan 2020 15:00:03 +0100 Bram Moolenaar patch 8.2.0179: still a few places where range() does not work v8.2.0179
Sun, 26 Jan 2020 19:30:14 +0100 Bram Moolenaar patch 8.2.0154: reallocating the list of scripts is inefficient v8.2.0154
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Wed, 08 Jan 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0103: using null object with execute() has strange effects v8.2.0103
Wed, 01 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0073: initializing globals with COMMA is clumsy v8.2.0073
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Fri, 27 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0047: cannot skip tests for specific MS-Windows platform v8.2.0047
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Sun, 22 Dec 2019 15:45:03 +0100 Bram Moolenaar patch 8.2.0030: "gF" does not work on output of "verbose command" v8.2.0030
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Sat, 30 Nov 2019 19:45:03 +0100 Bram Moolenaar patch 8.1.2366: using old C style comments v8.1.2366
Thu, 21 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2331: the option.c file is still very big v8.1.2331
Thu, 21 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2327: cannot build with Hangul input v8.1.2327
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Thu, 24 Oct 2019 15:15:04 +0200 Bram Moolenaar patch 8.1.2205: sign entry structure has confusing name v8.1.2205
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
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
Thu, 10 Oct 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2134: modifier keys are not always recognized v8.1.2134
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
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
Wed, 25 Sep 2019 21:45:03 +0200 Bram Moolenaar patch 8.1.2075: get many log messages when waiting for a typed character v8.1.2075
Thu, 19 Sep 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.2057: the screen.c file is much too big v8.1.2057
Wed, 04 Sep 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.1985: code for dealing with paths is spread out v8.1.1985
Mon, 02 Sep 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1966: some code in options.c fits better elsewhere v8.1.1966
Sun, 01 Sep 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.1957: more code can be moved to evalvars.c v8.1.1957
Tue, 27 Aug 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1933: the eval.c file is too big v8.1.1933
Sat, 24 Aug 2019 21:00:06 +0200 Bram Moolenaar patch 8.1.1922: in diff mode global operations can be very slow v8.1.1922
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Tue, 06 Aug 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1822: confusing error message when range is not allowed v8.1.1822
Sat, 03 Aug 2019 23:15:06 +0200 Bram Moolenaar patch 8.1.1805: au_did_filetype is declared twice v8.1.1805
Sat, 03 Aug 2019 22:00:07 +0200 Bram Moolenaar patch 8.1.1803: all builtin functions are global v8.1.1803
Fri, 02 Aug 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.1793: mixed comment style in globals v8.1.1793
Mon, 22 Jul 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1734: the evalfunc.c file is too big v8.1.1734
Sun, 21 Jul 2019 19:30:06 +0200 Bram Moolenaar patch 8.1.1727: code for viminfo support is spread out v8.1.1727
Mon, 15 Jul 2019 22:45:07 +0200 Bram Moolenaar patch 8.1.1699: highlight_ga can be local instead of global v8.1.1699
Sun, 14 Jul 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1693: syntax coloring and highlighting is in one big file v8.1.1693
Sat, 13 Jul 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1684: profiling functionality is spread out v8.1.1684
Mon, 08 Jul 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.1652: GUI: popup window doesn't close on mouse movement v8.1.1652
Sun, 23 Jun 2019 00:30:04 +0200 Bram Moolenaar patch 8.1.1580: cannot make part of a popup transparent v8.1.1580
Sat, 15 Jun 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1548: popup_dialog() is not implemented v8.1.1548
Fri, 14 Jun 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1531: clipboard type name is inconsistent v8.1.1531
Mon, 10 Jun 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1517: when a popup changes all windows are redrawn v8.1.1517
Sat, 08 Jun 2019 16:15:04 +0200 Bram Moolenaar patch 8.1.1493: redrawing with popups is slow and causes flicker v8.1.1493
Sun, 02 Jun 2019 18:45:06 +0200 Bram Moolenaar patch 8.1.1453: popup window "moved" property not implemented yet v8.1.1453
Sun, 26 May 2019 19:00:04 +0200 Bram Moolenaar patch 8.1.1400: using global pointer for tab-local popups is clumsy v8.1.1400
Sat, 25 May 2019 20:00:08 +0200 Bram Moolenaar patch 8.1.1391: no popup window support v8.1.1391
Thu, 09 May 2019 19:00:08 +0200 Bram Moolenaar patch 8.1.1307: cannot reconnect to the X server after it restarted v8.1.1307
Thu, 02 May 2019 23:15:06 +0200 Bram Moolenaar patch 8.1.1248: no test for dec mouse v8.1.1248
Sun, 28 Apr 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1231: asking about existing swap file unnecessarily v8.1.1231
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