log src/errors.h @ 29788:d08aa1bfe319 v9.0.0233

age author description
Sat, 20 Aug 2022 22:00:03 +0200 Bram Moolenaar patch 9.0.0233: removing multiple text properties takes many calls v9.0.0233
Sat, 20 Aug 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0229: Vim9: error message for missing type is not clear v9.0.0229
Wed, 10 Aug 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0188: strange effects when using "text_align" with non-zero column v9.0.0188
Sat, 06 Aug 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0156: giving E1170 only in an expression is confusing v9.0.0156
Sat, 06 Aug 2022 12:45:03 +0200 Bram Moolenaar patch 9.0.0150: error for using #{ in an expression is a bit confusing v9.0.0150
Wed, 27 Jul 2022 14:30:03 +0200 Bram Moolenaar patch 9.0.0091: duplicate error number v9.0.0091
Mon, 25 Jul 2022 19:15:06 +0200 Bram Moolenaar patch 9.0.0067: cannot show virtual text v9.0.0067
Sun, 24 Jul 2022 21:15:06 +0200 Bram Moolenaar patch 9.0.0064: confusing error when using "q:" in command line window v9.0.0064
Sat, 23 Jul 2022 06:15:07 +0200 Bram Moolenaar patch 9.0.0058: Win32: cannot test low level events v9.0.0058
Tue, 21 Jun 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.5146: memory leak when substitute expression nests v8.2.5146
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Sun, 29 May 2022 18:15:03 +0200 Bram Moolenaar patch 8.2.5039: confusing error if first argument of popup_create() is wrong v8.2.5039
Fri, 27 May 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5033: build error with +eval but without +quickfix v8.2.5033
Fri, 27 May 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.5030: autocmd_add() can only handle one event and pattern v8.2.5030
Fri, 27 May 2022 18:30:04 +0200 Bram Moolenaar patch 8.2.5029: "textlock" is always zero v8.2.5029
Sun, 22 May 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5003: cannot do bitwise shifts v8.2.5003
Wed, 18 May 2022 16:15:03 +0200 Bram Moolenaar patch 8.2.4978: no error if engine selection atom is not at the start v8.2.4978
Tue, 10 May 2022 19:00:05 +0200 Bram Moolenaar patch 8.2.4933: a few more capitalization mistakes in error messages v8.2.4933
Sun, 08 May 2022 23:45:02 +0200 Bram Moolenaar patch 8.2.4919: can add invalid bytes with :spellgood v8.2.4919
Fri, 06 May 2022 17:30:03 +0200 Bram Moolenaar patch 8.2.4890: inconsistent capitalization in error messages v8.2.4890
Fri, 06 May 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc
Wed, 04 May 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4863: accessing freed memory in test without the +channel feature v8.2.4863
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
Sun, 17 Apr 2022 16:15:03 +0200 Bram Moolenaar patch 8.2.4774: crash when using a number for lambda name v8.2.4774
Sun, 10 Apr 2022 12:30:05 +0200 Bram Moolenaar patch 8.2.4727: unused code v8.2.4727
Sat, 09 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4726: cannot use expand() to get the script name v8.2.4726
Mon, 04 Apr 2022 19:45:04 +0200 Bram Moolenaar patch 8.2.4688: new regexp engine does not give an error for "%v" v8.2.4688
Thu, 31 Mar 2022 12:45:05 +0200 Bram Moolenaar patch 8.2.4653: "import autoload" does not check the file name v8.2.4653
Mon, 21 Mar 2022 21:00:06 +0100 Bram Moolenaar patch 8.2.4604: error for redefining a script item may be confusing v8.2.4604
Wed, 16 Mar 2022 21:15:02 +0100 Bram Moolenaar patch 8.2.4582: useless code handling a type declaration v8.2.4582
Tue, 15 Mar 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.4573: a nested function is compiled for debugging without context v8.2.4573
Sat, 05 Mar 2022 23:15:02 +0100 Bram Moolenaar patch 8.2.4516: build failure without the +eval feature v8.2.4516
Sat, 05 Mar 2022 22:15:02 +0100 Bram Moolenaar patch 8.2.4515: old subsitute syntax is still supported v8.2.4515
Sat, 05 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4514: Vim9: some flow commands can be shortened v8.2.4514
Sat, 05 Mar 2022 14:00:03 +0100 Bram Moolenaar patch 8.2.4510: Vim9: shortening commands leads to confusing script v8.2.4510
Sat, 05 Mar 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4509: Vim9: can declare a variable with ":va" v8.2.4509
Fri, 04 Mar 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4506: "pattern not found" for :global is not an error message v8.2.4506
Fri, 04 Mar 2022 21:15:02 +0100 Bram Moolenaar patch 8.2.4505: Vim9: outdated "autocmd nested" still works v8.2.4505
Thu, 03 Mar 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4500: Vim9: can declare a global variable on the command line v8.2.4500
Wed, 23 Feb 2022 23:15:03 +0100 Bram Moolenaar patch 8.2.4460: Vim9: wrong error for defining dict function v8.2.4460
Thu, 17 Feb 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4408: Vim9: some code not covered by tests v8.2.4408
Tue, 15 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4395: some code lines not covered by tests v8.2.4395
Mon, 14 Feb 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4385: cannot build tiny version v8.2.4385
Mon, 14 Feb 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4384: Vim9: error message not tested, some code not tested v8.2.4384
Sun, 13 Feb 2022 15:00:03 +0100 Bram Moolenaar patch 8.2.4371: Vim9: can create a script variable from a legacy function v8.2.4371
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
Tue, 08 Feb 2022 20:15:03 +0100 Bram Moolenaar patch 8.2.4330: Vim9: no error if script imports itself v8.2.4330
Mon, 07 Feb 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.4324: Vim9: script-local function name can start with "_" v8.2.4324
Mon, 07 Feb 2022 15:00:04 +0100 Bram Moolenaar patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails v8.2.4317
Thu, 03 Feb 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4291: error number used twice v8.2.4291
Sun, 30 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4264: Vim9: can use old style autoload function name v8.2.4264
Fri, 28 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4246: one error message not in errors.h v8.2.4246
Fri, 28 Jan 2022 16:15:03 +0100 Bram Moolenaar patch 8.2.4240: error for using flatten() in Vim9 script is unclear v8.2.4240
Thu, 27 Jan 2022 21:00:04 +0100 Bram Moolenaar patch 8.2.4234: test_garbagecollect_now() does not check v:testing v8.2.4234
Wed, 26 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function v8.2.4225
Mon, 24 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4206: condition with many "(" causes a crash v8.2.4206
Fri, 21 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4174: Vim9: can use an autoload name in normal script v8.2.4174
Thu, 20 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4167: Vim9: error message for old style import v8.2.4167
Wed, 19 Jan 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4147: E464 does not always include the offending command v8.2.4147
Tue, 18 Jan 2022 17:30:05 +0100 Bram Moolenaar patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful v8.2.4136
Sun, 16 Jan 2022 20:45:02 +0100 Bram Moolenaar patch 8.2.4115: cannot use a method with a complex expression v8.2.4115
Sun, 16 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4105: translation related comment in the wrong place v8.2.4105
Sun, 09 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4050: Vim9: need to prefix every item in an autoload script v8.2.4050
Sun, 09 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4047: depending on the build features error messages are unused v8.2.4047
Sat, 08 Jan 2022 22:45:02 +0100 Bram Moolenaar patch 8.2.4046: some error messages not in the right place v8.2.4046
Sat, 08 Jan 2022 18:15:02 +0100 Bram Moolenaar patch 8.2.4044: Vim9: no error when importing the same script twice v8.2.4044
Fri, 07 Jan 2022 14:45:04 +0100 Bram Moolenaar patch 8.2.4025: error for import not ending in .vim does not work for .vimrc v8.2.4025
Thu, 06 Jan 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4019: Vim9: import mechanism is too complicated v8.2.4019
Thu, 06 Jan 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4015: build failure with tiny features v8.2.4015
Wed, 05 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4013: build failure without the spell feature v8.2.4013
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4011: test fails because of changed error number v8.2.4011
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Tue, 04 Jan 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4003: error messages are spread out v8.2.4003
Sun, 02 Jan 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.3988: tiny build fails v8.2.3988
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Sun, 02 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.3986: error messages are spread out v8.2.3986
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sun, 02 Jan 2022 18:15:04 +0100 Bram Moolenaar patch 8.2.3983: error messages are spread out v8.2.3983
Sun, 02 Jan 2022 02:15:03 +0100 Bram Moolenaar patch 8.2.3978: build error when using dynamycally loaded Python 3 v8.2.3978
Sat, 01 Jan 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.3977: error messages are spread out v8.2.3977
Sat, 01 Jan 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.3975: error messages are spread out v8.2.3975
Sat, 01 Jan 2022 17:45:02 +0100 Bram Moolenaar patch 8.2.3973: tiny build fails v8.2.3973
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 02:00:03 +0100 Bram Moolenaar patch 8.2.3963: build failure with tiny and small features v8.2.3963
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Fri, 31 Dec 2021 21:15:02 +0100 Bram Moolenaar patch 8.2.3960: error messages are spread out v8.2.3960
Fri, 31 Dec 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.3959: error messages are spread out v8.2.3959
Fri, 31 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3957: error messages are spread out v8.2.3957
Fri, 31 Dec 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.3955: error messages are spread out v8.2.3955
Tue, 28 Dec 2021 19:00:05 +0100 Bram Moolenaar patch 8.2.3924: Vim9: no error if something follows :enddef v8.2.3924
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
Sun, 26 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3907: error messages are spread out v8.2.3907
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
Fri, 24 Dec 2021 21:00:02 +0100 Bram Moolenaar patch 8.2.3887: E1135 is used for two different errors v8.2.3887
Mon, 20 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3859: Vim9: some code lines not tested v8.2.3859
Sun, 19 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3852: Vim9: not enough tests v8.2.3852
Sat, 18 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3848: cannot use reduce() for a string v8.2.3848
Fri, 17 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work v8.2.3841
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
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, 15 Dec 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.3818: cannot filter or map characters in a string
Tue, 07 Dec 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.3757: an overlong highlight group name is silently truncated v8.2.3757
Sun, 05 Dec 2021 23:30:05 +0100 Bram Moolenaar patch 8.2.3750: error messages are everywhere v8.2.3750
Sun, 05 Dec 2021 23:00:06 +0100 Bram Moolenaar patch 8.2.3749: error messages are everywhere v8.2.3749
Sun, 05 Dec 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.3748: giving an error for an empty sign argument breaks a plugin v8.2.3748
Sun, 05 Dec 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3743: ":sign" can add a highlight group without a name v8.2.3743
Thu, 02 Dec 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.3724: build error for missing error message in small build v8.2.3724
Thu, 02 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3721: using memory freed by losing the clipboard selection v8.2.3721
Thu, 02 Dec 2021 17:45:03 +0100 Bram Moolenaar patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context v8.2.3720
Tue, 30 Nov 2021 17:15:03 +0100 Bram Moolenaar patch 8.2.3704: Vim9: cannot use a list declaration in a :def function v8.2.3704
Mon, 29 Nov 2021 11:45:03 +0100 Bram Moolenaar patch 8.2.3693: Coverity warns for possibly using a NULL pointer v8.2.3693
Sun, 28 Nov 2021 23:15:03 +0100 Bram Moolenaar patch 8.2.3692: Vim9: cannot use :func inside a :def function v8.2.3692
Wed, 24 Nov 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3659: integer overflow with large line number v8.2.3659
Mon, 22 Nov 2021 23:00:03 +0100 Bram Moolenaar patch 8.2.3651: Vim9: no error for :lock or :unlock with unknown variable v8.2.3651
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