log src/main.c @ 20768:1e2e81dbb958 v8.2.0936

age author description
Tue, 09 Jun 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.0936: some terminals misinterpret the code for getting cursor style v8.2.0936
Sat, 06 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0913: code for resetting v:register is duplicated v8.2.0913
Sat, 16 May 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.0769: VimLeavePre not triggered when Vim is terminated v8.2.0769
Tue, 12 May 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0744: the name vim is not capatilized in a message v8.2.0744
Mon, 11 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0740: minor message mistakes v8.2.0740
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Sun, 05 Apr 2020 20:30:35 +0200 Bram Moolenaar patch 8.2.0516: client-server code is spread out v8.2.0516
Sat, 04 Apr 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.0509: various code is not properly tested. v8.2.0509
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
Mon, 03 Feb 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0202: when 'lazyredraw' is set the window title may not be updated v8.2.0202
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
Tue, 07 Jan 2020 21:00:07 +0100 Bram Moolenaar patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Wed, 11 Dec 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2422: "make depend" does not work correctly for libvterm v8.1.2422
Wed, 04 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2388: using old C style comments v8.1.2388
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
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
Tue, 29 Oct 2019 04:30:05 +0100 Bram Moolenaar patch 8.1.2233: cannot get the Vim command line arguments v8.1.2233
Thu, 24 Oct 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.2214: too much is redrawn when 'cursorline' is set v8.1.2214
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
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
Sat, 21 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2064: MS-Windows: compiler warnings for unused arguments v8.1.2064
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062
Wed, 18 Sep 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys() v8.1.2053
Tue, 17 Sep 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.2049: cannot build tiny version v8.1.2049
Tue, 17 Sep 2019 20:30:04 +0200 Bram Moolenaar patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggered v8.1.2048
Mon, 16 Sep 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2047: cannot check the current state v8.1.2047
Mon, 16 Sep 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.2046: SafeState may be triggered at the wrong moment v8.1.2046
Sun, 15 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2044: no easy way to process postponed work v8.1.2044
Sat, 14 Sep 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2029: cannot control 'cursorline' highlighting well v8.1.2029
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
Sat, 17 Aug 2019 16:45:03 +0200 Bram Moolenaar patch 8.1.1872: when Vim exits because of a signal, VimLeave is not triggered v8.1.1872
Sun, 02 Jun 2019 18:45:06 +0200 Bram Moolenaar patch 8.1.1453: popup window "moved" property not implemented yet v8.1.1453
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Fri, 24 May 2019 13:15:05 +0200 Bram Moolenaar patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt often v8.1.1375
Thu, 23 May 2019 21:45:07 +0200 Bram Moolenaar patch 8.1.1371: cannot recover from a swap file v8.1.1371
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 22:30:05 +0200 Bram Moolenaar patch 8.1.1301: when compiled with VIMDLL some messages are not shown v8.1.1301
Fri, 03 May 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1258: the "N files to edit" message can not be surpressed v8.1.1258
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
Sun, 21 Apr 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1197: when starting with multiple tabs file messages is confusing v8.1.1197
Thu, 04 Apr 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1116: cannot enforce a Vim script style v8.1.1116
Wed, 03 Apr 2019 20:45:06 +0200 Bram Moolenaar patch 8.1.1104: MS-Windows: not all environment variables can be used v8.1.1104
Thu, 28 Mar 2019 22:45:04 +0100 Bram Moolenaar patch 8.1.1066: VIMDLL isn't actually used v8.1.1066
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Sat, 19 Jan 2019 21:15:05 +0100 Bram Moolenaar patch 8.1.0783: compiler warning for signed/unsigned v8.1.0783
Thu, 17 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0763: nobody is using the Sun Workshop support v8.1.0763
Mon, 14 Jan 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0746: highlighting not updated with conceal and 'cursorline' v8.1.0746
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
Thu, 27 Dec 2018 00:30:06 +0100 Bram Moolenaar patch 8.1.0644: finding next sign ID is inefficient v8.1.0644
Sat, 10 Nov 2018 17:45:06 +0100 Bram Moolenaar patch 8.1.0515: reloading a script gives errors for existing functions v8.1.0515
Sun, 14 Oct 2018 21:45:04 +0200 Bram Moolenaar patch 8.1.0475: memory not freed on exit when quit in autocmd v8.1.0475
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sun, 30 Sep 2018 17:15:08 +0200 Christian Brabandt patch 8.1.0439: recursive use of getcmdline() still not protected v8.1.0439
Sun, 16 Sep 2018 14:15:05 +0200 Christian Brabandt patch 8.1.0394: diffs are not always updated correctly v8.1.0394