Fri, 28 Jan 2022 16:30:11 +0100 |
Bram Moolenaar |
patch 8.2.4241: some type casts are redundant
v8.2.4241
|
Sat, 08 Jan 2022 13:45:04 +0100 |
Bram Moolenaar |
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
|
Tue, 04 Jan 2022 22:45:04 +0100 |
Bram Moolenaar |
patch 8.2.4005: error messages are spread out
v8.2.4005
|
Sat, 01 Jan 2022 15:30:05 +0100 |
Bram Moolenaar |
patch 8.2.3967: error messages are spread out
v8.2.3967
|
Mon, 27 Dec 2021 18:30:05 +0100 |
Bram Moolenaar |
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
|
Sun, 05 Dec 2021 23:30:05 +0100 |
Bram Moolenaar |
patch 8.2.3750: error messages are everywhere
v8.2.3750
|
Sat, 04 Dec 2021 18:30:03 +0100 |
Bram Moolenaar |
patch 8.2.3738: screen is cleared when a FocusLost autocommand triggers
v8.2.3738
|
Wed, 17 Nov 2021 17:00:05 +0100 |
Bram Moolenaar |
patch 8.2.3609: internal error when ModeChanged is triggered recursively
v8.2.3609
|
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
|
Thu, 21 Oct 2021 19:15:04 +0200 |
Bram Moolenaar |
patch 8.2.3551: checking first character of url twice
v8.2.3551
|
Sun, 03 Oct 2021 16:30:04 +0200 |
Bram Moolenaar |
patch 8.2.3466: completion submode not indicated for virtual replace
v8.2.3466
|
Sat, 02 Oct 2021 18:00:05 +0200 |
Bram Moolenaar |
patch 8.2.3462: ModeChanged only uses one character for new_mode and old_mode
v8.2.3462
|
Sat, 02 Oct 2021 17:45:03 +0200 |
Bram Moolenaar |
patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode
v8.2.3461
|
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
|
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
|
Wed, 28 Jul 2021 12:00:06 +0200 |
Bram Moolenaar |
patch 8.2.3232: system() does not work without a second argument
v8.2.3232
|
Tue, 27 Jul 2021 22:15:06 +0200 |
Bram Moolenaar |
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
|
Fri, 23 Jul 2021 20:45:05 +0200 |
Bram Moolenaar |
patch 8.2.3206: Vim9: argument types are not checked at compile time
v8.2.3206
|
Sun, 11 Jul 2021 22:00:05 +0200 |
Bram Moolenaar |
patch 8.2.3153: URLs with a dash in the scheme are not recognized
v8.2.3153
|
Sat, 10 Jul 2021 21:30:04 +0200 |
Bram Moolenaar |
patch 8.2.3139: functions for string manipulation are spread out
v8.2.3139
|
Thu, 20 May 2021 21:15:04 +0200 |
Bram Moolenaar |
patch 8.2.2875: cancelling inputlist() after a digit does not return zero
v8.2.2875
|
Mon, 15 Feb 2021 20:45:04 +0100 |
Bram Moolenaar |
patch 8.2.2518: 'listchars' should be window-local
v8.2.2518
|
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
|
Thu, 22 Oct 2020 21:30:04 +0200 |
Bram Moolenaar |
patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaks
v8.2.1891
|
Fri, 12 Jun 2020 23:00:04 +0200 |
Bram Moolenaar |
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
|
Wed, 10 Jun 2020 16:00:05 +0200 |
Bram Moolenaar |
patch 8.2.0946: cannot use "q" to cancel a number prompt
v8.2.0946
|
Sun, 10 May 2020 14:15:03 +0200 |
Bram Moolenaar |
patch 8.2.0728: messages about a deadly signal are not left aligned
v8.2.0728
|
Sun, 03 May 2020 23:00:04 +0200 |
Bram Moolenaar |
patch 8.2.0694: Haiku: channel and terminal do not work
v8.2.0694
|
Sun, 12 Apr 2020 19:45:05 +0200 |
Bram Moolenaar |
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
|
Fri, 20 Mar 2020 19:45:03 +0100 |
Bram Moolenaar |
patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-C
v8.2.0420
|
Wed, 26 Feb 2020 16:30:04 +0100 |
Bram Moolenaar |
patch 8.2.0320: no Haiku support
v8.2.0320
|
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
|
Sun, 02 Feb 2020 22:30:04 +0100 |
Bram Moolenaar |
patch 8.2.0200: Vim9 script commands not sufficiently tested
v8.2.0200
|
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
|
Sat, 21 Dec 2019 18:30:05 +0100 |
Bram Moolenaar |
patch 8.2.0026: still some /* */ comments
v8.2.0026
|
Tue, 05 Nov 2019 22:00:03 +0100 |
Bram Moolenaar |
patch 8.1.2258: may get hit-enter prompt after entering a number
v8.1.2258
|
Sun, 27 Oct 2019 05:15:06 +0100 |
Bram Moolenaar |
patch 8.1.2225: the "last used" info of a buffer is under used
v8.1.2225
|
Thu, 17 Oct 2019 23:15:04 +0200 |
Bram Moolenaar |
patch 8.1.2171: mouse support not always available
v8.1.2171
|
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
|
Sat, 28 Sep 2019 19:15:03 +0200 |
Bram Moolenaar |
patch 8.1.2096: too many #ifdefs
v8.1.2096
|
Sun, 22 Sep 2019 21:30:04 +0200 |
Bram Moolenaar |
patch 8.1.2066: no tests for state()
|
Sat, 21 Sep 2019 21:00:07 +0200 |
Bram Moolenaar |
patch 8.1.2062: the mouse code is spread out
v8.1.2062
|
Mon, 16 Sep 2019 23:00:04 +0200 |
Bram Moolenaar |
patch 8.1.2047: cannot check the current state
v8.1.2047
|
Tue, 10 Sep 2019 21:30:06 +0200 |
Bram Moolenaar |
patch 8.1.2021: some global functions can be local to the file
v8.1.2021
|
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
|
Wed, 04 Sep 2019 16:00:04 +0200 |
Bram Moolenaar |
patch 8.1.1979: code for handling file names is spread out
v8.1.1979
|
Wed, 21 Aug 2019 13:00:03 +0200 |
Bram Moolenaar |
patch 8.1.1897: may free memory twice when out of memory
v8.1.1897
|
Tue, 20 Aug 2019 20:15:07 +0200 |
Bram Moolenaar |
patch 8.1.1891: functions used in one file are global
v8.1.1891
|
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
|
Sun, 21 Jul 2019 15:00:07 +0200 |
Bram Moolenaar |
patch 8.1.1724: too much overhead checking for CTRL-C while processing text
v8.1.1724
|
Sun, 09 Jun 2019 16:45:05 +0200 |
Bram Moolenaar |
patch 8.1.1509: cmdline_row can become negative, causing a crash
v8.1.1509
|
Sat, 25 May 2019 20:30:06 +0200 |
Bram Moolenaar |
patch 8.1.1393: unnecessary type casts
v8.1.1393
|
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
|
Thu, 23 May 2019 21:45:07 +0200 |
Bram Moolenaar |
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
|
Sun, 19 May 2019 23:00:05 +0200 |
Bram Moolenaar |
patch 8.1.1359: text property wrong after :substitute with backslash
v8.1.1359
|
Sun, 19 May 2019 15:30:07 +0200 |
Bram Moolenaar |
patch 8.1.1351: text property wrong after :substitute
v8.1.1351
|
Fri, 17 May 2019 23:00:05 +0200 |
Bram Moolenaar |
patch 8.1.1343: text properties not adjusted for Visual block mode delete
v8.1.1343
|
Sat, 11 May 2019 18:45:06 +0200 |
Bram Moolenaar |
patch 8.1.1318: code for text changes is in a "misc" file
v8.1.1318
|
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, 10 Apr 2019 22:30:06 +0200 |
Bram Moolenaar |
patch 8.1.1143: may pass weird strings to file name expansion
v8.1.1143
|