Thu, 15 Sep 2022 23:00:05 +0200 |
Bram Moolenaar |
patch 9.0.0473: fullcommand() only works for the current script version
v9.0.0473
|
Fri, 09 Sep 2022 20:00:05 +0200 |
Bram Moolenaar |
patch 9.0.0430: cannot use repeat() with a blob
v9.0.0430
|
Fri, 02 Sep 2022 16:30:07 +0200 |
Bram Moolenaar |
patch 9.0.0359: error message for wrong argument type is not specific
v9.0.0359
|
Tue, 30 Aug 2022 19:00:03 +0200 |
Bram Moolenaar |
patch 9.0.0331: cannot use items() on a string
v9.0.0331
|
Tue, 30 Aug 2022 15:45:03 +0200 |
Bram Moolenaar |
patch 9.0.0327: items() does not work on a list
v9.0.0327
|
Sun, 28 Aug 2022 20:00:05 +0200 |
Bram Moolenaar |
patch 9.0.0303: it is not easy to get information about a script
v9.0.0303
|
Sun, 28 Aug 2022 18:30:02 +0200 |
Bram Moolenaar |
patch 9.0.0299: error messages for setcmdline() could be better
v9.0.0299
|
Sat, 27 Aug 2022 13:30:04 +0200 |
Bram Moolenaar |
patch 9.0.0285: it is not easy to change the command line from a plugin
v9.0.0285
|
Thu, 25 Aug 2022 18:45:04 +0200 |
Bram Moolenaar |
patch 9.0.0269: getscriptinfo() does not include the version
v9.0.0269
|
Thu, 18 Aug 2022 16:30:03 +0200 |
Bram Moolenaar |
patch 9.0.0226: job_start() test may fail under valgrind
v9.0.0226
|
Sun, 14 Aug 2022 13:15:04 +0200 |
Bram Moolenaar |
patch 9.0.0204: indexof() may leak memory
v9.0.0204
|
Sat, 13 Aug 2022 22:45:03 +0200 |
Bram Moolenaar |
patch 9.0.0202: code and help for indexof() is not ideal
v9.0.0202
|
Sat, 13 Aug 2022 14:15:05 +0200 |
Bram Moolenaar |
patch 9.0.0196: finding value in list may require a for loop
v9.0.0196
|
Wed, 27 Jul 2022 13:45:05 +0200 |
Bram Moolenaar |
patch 9.0.0090: no error when assigning bool to a string option
v9.0.0090
|
Wed, 29 Jun 2022 14:00:03 +0200 |
Bram Moolenaar |
patch 9.0.0003: functions are global while they could be local
v9.0.0003
|
Thu, 26 May 2022 13:15:04 +0200 |
Bram Moolenaar |
patch 8.2.5019: cannot get the first screen column of a character
v8.2.5019
|
Thu, 19 May 2022 11:45:05 +0200 |
Bram Moolenaar |
patch 8.2.4981: it is not possible to manipulate autocommands
v8.2.4981
|
Thu, 12 May 2022 23:15:03 +0200 |
Bram Moolenaar |
patch 8.2.4946: Vim9: some code not covered by tests
v8.2.4946
|
Thu, 12 May 2022 12:15:03 +0200 |
Bram Moolenaar |
patch 8.2.4940: some code is never used
v8.2.4940
|
Tue, 10 May 2022 19:00:04 +0200 |
Bram Moolenaar |
patch 8.2.4932: not easy to filter the output of maplist()
v8.2.4932
|
Mon, 09 May 2022 15:15:03 +0200 |
Bram Moolenaar |
patch 8.2.4927: return type of remove() incorrect when using three arguments
v8.2.4927
|
Fri, 06 May 2022 19:00:05 +0200 |
Bram Moolenaar |
patch 8.2.4892: test failures because of changed error messages
v8.2.4892
|
Fri, 06 May 2022 12:30:03 +0200 |
Bram Moolenaar |
patch 8.2.4879: screendump test may fail when using valgrind
v8.2.4879
|
Thu, 05 May 2022 15:00:04 +0200 |
Bram Moolenaar |
patch 8.2.4870: Vim9: expression in :substitute is not compiled
v8.2.4870
|
Wed, 04 May 2022 16:45:03 +0200 |
Bram Moolenaar |
patch 8.2.4861: it is not easy to restore saved mappings
v8.2.4861
|
Sat, 23 Apr 2022 12:00:06 +0200 |
Bram Moolenaar |
patch 8.2.4809: various things no6 properly tested
v8.2.4809
|
Mon, 18 Apr 2022 20:30:02 +0200 |
Bram Moolenaar |
patch 8.2.4786: test for win_gotoid() in Visual mode fails on Mac
v8.2.4786
|
Mon, 18 Apr 2022 19:45:04 +0200 |
Bram Moolenaar |
patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other buffer
v8.2.4785
|
Tue, 05 Apr 2022 22:45:03 +0200 |
Bram Moolenaar |
patch 8.2.4698: Vim9: script variable has no flag that it was set
v8.2.4698
|
Sun, 03 Apr 2022 22:45:04 +0200 |
Bram Moolenaar |
patch 8.2.4679: cannot have expandcmd() give an error message for mistakes
v8.2.4679
|
Mon, 28 Mar 2022 19:30:03 +0200 |
Bram Moolenaar |
patch 8.2.4643: Vim9: variable may be locked unintentionally
v8.2.4643
|
Sun, 27 Mar 2022 17:30:04 +0200 |
Bram Moolenaar |
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
|
Tue, 08 Mar 2022 20:45:03 +0100 |
Bram Moolenaar |
patch 8.2.4529: Vim9: comparing partial with function fails
v8.2.4529
|
Wed, 23 Feb 2022 22:15:03 +0100 |
Bram Moolenaar |
patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments
v8.2.4459
|
Wed, 23 Feb 2022 20:15:03 +0100 |
Bram Moolenaar |
patch 8.2.4458: Vim9: compiling filter() call fails with unknown arguments
v8.2.4458
|
Tue, 22 Feb 2022 23:00:03 +0100 |
Bram Moolenaar |
patch 8.2.4449: vim9: function argument of sort() not checked at compile time
v8.2.4449
|
Tue, 22 Feb 2022 20:45:04 +0100 |
Bram Moolenaar |
patch 8.2.4446: Vim9: cannot refer to a global function like a local one
v8.2.4446
|
Tue, 22 Feb 2022 16:15:03 +0100 |
Bram Moolenaar |
patch 8.2.4441: Vim9: function argument of filter() not checked like map()
v8.2.4441
|
Sun, 20 Feb 2022 19:30:02 +0100 |
Bram Moolenaar |
patch 8.2.4426: map() function on string and blob does not check types
v8.2.4426
|
Sun, 20 Feb 2022 17:00:03 +0100 |
Bram Moolenaar |
patch 8.2.4425: map() function does not check function arguments
v8.2.4425
|
Tue, 15 Feb 2022 16:45:03 +0100 |
Bram Moolenaar |
patch 8.2.4390: Vim9: list from declaration with inferred type not set
v8.2.4390
|
Sat, 12 Feb 2022 21:00:03 +0100 |
Bram Moolenaar |
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
v8.2.4360
|
Sun, 06 Feb 2022 19:45:02 +0100 |
Bram Moolenaar |
patch 8.2.4313: Vim9: cannot change type of list after making a slice
v8.2.4313
|
Sun, 06 Feb 2022 17:00:03 +0100 |
Bram Moolenaar |
patch 8.2.4310: Vim9: constant list and dict get a declaration type
v8.2.4310
|
Sat, 05 Feb 2022 20:30:04 +0100 |
Bram Moolenaar |
patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the type
v8.2.4304
|
Sat, 05 Feb 2022 19:15:03 +0100 |
Bram Moolenaar |
patch 8.2.4302: Vim9: return type of getline() is too strict
v8.2.4302
|
Sat, 05 Feb 2022 15:15:02 +0100 |
Bram Moolenaar |
patch 8.2.4301: Vim9: type error for copy of dict
v8.2.4301
|
Wed, 02 Feb 2022 21:15:03 +0100 |
Bram Moolenaar |
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()
v8.2.4286
|
Tue, 01 Feb 2022 13:15:03 +0100 |
Bram Moolenaar |
patch 8.2.4279: Vim9: cannot change item type with map() after range()
v8.2.4279
|
Mon, 31 Jan 2022 18:45:03 +0100 |
Bram Moolenaar |
patch 8.2.4276: separate test function for the GUI scrollbar
v8.2.4276
|
Sun, 30 Jan 2022 16:30:04 +0100 |
Bram Moolenaar |
patch 8.2.4260: Vim9: can still use a global function without g:
v8.2.4260
|
Sun, 30 Jan 2022 13:45:03 +0100 |
Bram Moolenaar |
patch 8.2.4259: number of test functions for GUI events is growing
v8.2.4259
|
Sat, 29 Jan 2022 23:00:05 +0100 |
Bram Moolenaar |
patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent
v8.2.4257
|
Thu, 27 Jan 2022 17:45:03 +0100 |
Bram Moolenaar |
patch 8.2.4231: Vim9: map() gives type error when type was not declared
v8.2.4231
|
Thu, 27 Jan 2022 15:00:06 +0100 |
Bram Moolenaar |
patch 8.2.4229: possible crash when invoking timer callback fails
v8.2.4229
|
Wed, 26 Jan 2022 19:30:03 +0100 |
Bram Moolenaar |
patch 8.2.4224: Vim9: no error when using a number for map() second argument
v8.2.4224
|
Tue, 18 Jan 2022 22:45:03 +0100 |
Bram Moolenaar |
patch 8.2.4141: Vim9 builtin functions test fails
v8.2.4141
|
Tue, 04 Jan 2022 17:00:04 +0100 |
Bram Moolenaar |
patch 8.2.3997: Vim9: not enough testing for extend() and map()
v8.2.3997
|
Tue, 04 Jan 2022 16:30:06 +0100 |
Bram Moolenaar |
patch 8.2.3996: Vim9: type checking lacks information about declared type
v8.2.3996
|
Mon, 03 Jan 2022 18:00:03 +0100 |
Bram Moolenaar |
patch 8.2.3994: Vim9: extend() complains about type when it was not declared
v8.2.3994
|
Mon, 03 Jan 2022 13:30:04 +0100 |
Bram Moolenaar |
patch 8.2.3991: Vim9: error when extending dict<any>
v8.2.3991
|
Sun, 02 Jan 2022 17:30:02 +0100 |
Bram Moolenaar |
patch 8.2.3982: some lines of code not covered by tests
v8.2.3982
|
Sat, 01 Jan 2022 19:30:03 +0100 |
Bram Moolenaar |
patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked list
v8.2.3974
|
Tue, 28 Dec 2021 12:30:04 +0100 |
Bram Moolenaar |
patch 8.2.3919: Vim9: wrong argument for append() results in two errors
v8.2.3919
|
Mon, 27 Dec 2021 22:00:04 +0100 |
Bram Moolenaar |
patch 8.2.3916: no error for passing an invalid line number to append()
v8.2.3916
|
Mon, 27 Dec 2021 13:30:03 +0100 |
Bram Moolenaar |
patch 8.2.3911: Vim9: type check for filter() does not accept unknown
v8.2.3911
|
Mon, 27 Dec 2021 13:00:04 +0100 |
Bram Moolenaar |
patch 8.2.3910: when compare function of sort() fails it does not abort
v8.2.3910
|
Sun, 26 Dec 2021 18:30:03 +0100 |
Bram Moolenaar |
patch 8.2.3904: Vim9: skip expression type is not checked at compile time
v8.2.3904
|
Sat, 25 Dec 2021 22:45:02 +0100 |
Bram Moolenaar |
patch 8.2.3897: Vim9: second argument of map() and filter() not checked
v8.2.3897
|
Sat, 25 Dec 2021 20:45:02 +0100 |
Bram Moolenaar |
patch 8.2.3895: Vim9: confusing error when using function() with a number
v8.2.3895
|
Sat, 25 Dec 2021 20:30:03 +0100 |
Bram Moolenaar |
patch 8.2.3894: Vim9: no proper type check for first argument of call()
v8.2.3894
|
Wed, 22 Dec 2021 20:00:04 +0100 |
Bram Moolenaar |
patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific
v8.2.3872
|
Mon, 20 Dec 2021 10:45:04 +0100 |
Bram Moolenaar |
patch 8.2.3857: Vim9: inconsistent error for using function()
v8.2.3857
|
Sun, 19 Dec 2021 19:45:03 +0100 |
Bram Moolenaar |
patch 8.2.3854: Vim9: inconsistent arguments for test functions
v8.2.3854
|
Sat, 18 Dec 2021 19:45:03 +0100 |
Bram Moolenaar |
patch 8.2.3848: cannot use reduce() for a string
v8.2.3848
|
Sat, 18 Dec 2021 13:45:05 +0100 |
Bram Moolenaar |
patch 8.2.3845: Vim9: test fails when the channel feature is missing
v8.2.3845
|
Thu, 16 Dec 2021 09:30:04 +0100 |
Bram Moolenaar |
patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9
v8.2.3822
|
Wed, 01 Dec 2021 13:45:03 +0100 |
Bram Moolenaar |
patch 8.2.3715: Vim9: valgrind reports spurious problems for a test
v8.2.3715
|
Mon, 22 Nov 2021 16:45:04 +0100 |
Bram Moolenaar |
patch 8.2.3646: using <sfile> in a function gives an unexpected result
v8.2.3646
|
Tue, 16 Nov 2021 18:30:04 +0100 |
Bram Moolenaar |
patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()
v8.2.3605
|
Wed, 03 Nov 2021 23:00:08 +0100 |
Bram Moolenaar |
patch 8.2.3578: manipulating highlighting is complicated
v8.2.3578
|
Thu, 30 Sep 2021 20:15:04 +0200 |
Bram Moolenaar |
patch 8.2.3459: Vim9: need more tests for empty string arguments
v8.2.3459
|
Sun, 26 Sep 2021 20:15:04 +0200 |
Bram Moolenaar |
patch 8.2.3456: Vim9: not all functions are tested with empty string argument
v8.2.3456
|
Fri, 17 Sep 2021 21:15:03 +0200 |
Bram Moolenaar |
patch 8.2.3446: not enough tests for empty string arguments
v8.2.3446
|
Tue, 14 Sep 2021 18:00:08 +0200 |
Bram Moolenaar |
patch 8.2.3438: cannot manipulate blobs
v8.2.3438
|
Sat, 11 Sep 2021 20:30:04 +0200 |
Bram Moolenaar |
patch 8.2.3427: double free when list is copied
v8.2.3427
|
Wed, 08 Sep 2021 15:00:05 +0200 |
Bram Moolenaar |
patch 8.2.3415: Vim9: not all function argument types are properly checked
v8.2.3415
|
Sat, 04 Sep 2021 15:00:02 +0200 |
Bram Moolenaar |
patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()
v8.2.3401
|
Sat, 28 Aug 2021 15:00:03 +0200 |
Bram Moolenaar |
patch 8.2.3382: crash when getting the type of a NULL partial
v8.2.3382
|
Sat, 21 Aug 2021 17:15:03 +0200 |
Bram Moolenaar |
patch 8.2.3363: when :edit reuses the current buffer the alternate file is set
v8.2.3363
|
Mon, 16 Aug 2021 21:45:03 +0200 |
Bram Moolenaar |
patch 8.2.3356: adding many text properties requires a lot of function calls
v8.2.3356
|
Mon, 09 Aug 2021 22:30:04 +0200 |
Bram Moolenaar |
patch 8.2.3322: Vim9: checking type of dict does not check member type
v8.2.3322
|
Sun, 08 Aug 2021 14:45:03 +0200 |
Bram Moolenaar |
patch 8.2.3314: behavior of exists() in a :def function is unpredictable
v8.2.3314
|
Thu, 05 Aug 2021 23:00:04 +0200 |
Bram Moolenaar |
patch 8.2.3299: Vim9: exists() does not handle much at compile time
v8.2.3299
|
Mon, 02 Aug 2021 20:15:03 +0200 |
Bram Moolenaar |
patch 8.2.3276: Vim9: exists() can only be evaluated at runtime
v8.2.3276
|
Sat, 31 Jul 2021 22:15:02 +0200 |
Bram Moolenaar |
patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number
v8.2.3261
|
Sat, 31 Jul 2021 19:15:03 +0200 |
Bram Moolenaar |
patch 8.2.3258: error messages have the wrong text
v8.2.3258
|
Wed, 28 Jul 2021 22:45:05 +0200 |
Bram Moolenaar |
patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test
v8.2.3242
|
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:30:03 +0200 |
Bram Moolenaar |
patch 8.2.3230: Vim9: type error when function return type is not known yet
v8.2.3230
|
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
|
Sun, 25 Jul 2021 16:00:05 +0200 |
Bram Moolenaar |
patch 8.2.3221: Vim9: argument types are not checked at compile time
v8.2.3221
|
Sun, 25 Jul 2021 15:45:03 +0200 |
Bram Moolenaar |
patch 8.2.3220: Test_term_setansicolors() fails in some configurations
v8.2.3220
|
Sat, 24 Jul 2021 21:45:04 +0200 |
Bram Moolenaar |
patch 8.2.3215: Vim9: argument types are not checked at compile time
v8.2.3215
|
Sat, 24 Jul 2021 16:30:03 +0200 |
Bram Moolenaar |
patch 8.2.3211: Vim9: argument types are not checked at compile time
v8.2.3211
|
Sat, 24 Jul 2021 15:45:03 +0200 |
Bram Moolenaar |
patch 8.2.3210: Vim9: searchpair() sixth argument is compiled
v8.2.3210
|
Sat, 24 Jul 2021 13:30:04 +0200 |
Bram Moolenaar |
patch 8.2.3207: Vim9: crash when compiling string fails
v8.2.3207
|
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
|
Thu, 22 Jul 2021 15:00:05 +0200 |
Bram Moolenaar |
patch 8.2.3200: Vim9: hard to guess where a type error is given
v8.2.3200
|
Wed, 21 Jul 2021 19:15:04 +0200 |
Bram Moolenaar |
patch 8.2.3194: Vim9: argument types are not checked at compile time
v8.2.3194
|
Tue, 20 Jul 2021 18:00:06 +0200 |
Bram Moolenaar |
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
|
Mon, 19 Jul 2021 10:45:04 +0200 |
Bram Moolenaar |
patch 8.2.3183: duplicate error numbers
v8.2.3183
|
Sun, 18 Jul 2021 22:30:03 +0200 |
Bram Moolenaar |
patch 8.2.3182: Vim9: crash when using removing items from a constant list
v8.2.3182
|
Sun, 18 Jul 2021 21:45:04 +0200 |
Bram Moolenaar |
patch 8.2.3181: Vim9: builtin function test fails without channel feature
v8.2.3181
|
Sat, 17 Jul 2021 19:15:05 +0200 |
Bram Moolenaar |
patch 8.2.3173: Vim9: argument types are not checked at compile time
v8.2.3173
|
Fri, 16 Jul 2021 10:45:04 +0200 |
Bram Moolenaar |
patch 8.2.3172: MzScheme test fails
v8.2.3172
|
Thu, 15 Jul 2021 13:00:06 +0200 |
Bram Moolenaar |
patch 8.2.3162: Vim9: argument types are not checked at compile time
v8.2.3162
|
Wed, 14 Jul 2021 21:15:03 +0200 |
Bram Moolenaar |
patch 8.2.3161: Vim9: no error when reltime() has invalid arguments
v8.2.3161
|
Mon, 12 Jul 2021 22:30:04 +0200 |
Bram Moolenaar |
patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolors
v8.2.3156
|
Sun, 11 Jul 2021 22:15:04 +0200 |
Bram Moolenaar |
patch 8.2.3154: Vim9: some type checks for builtin functions fail
v8.2.3154
|