log src/eval.c @ 30217:e0cb5fb44859 v9.0.0444

age author description
Sun, 11 Sep 2022 16:15:04 +0200 Bram Moolenaar patch 9.0.0444: trying to declare g:variable gives confusing error v9.0.0444
Sat, 10 Sep 2022 15:00:03 +0200 Bram Moolenaar patch 9.0.0437: no error when custom completion function returns wrong type v9.0.0437
Sat, 10 Sep 2022 13:45:03 +0200 Bram Moolenaar patch 9.0.0435: compiler warning for uninitialized variable v9.0.0435
Sat, 10 Sep 2022 11:45:04 +0200 Bram Moolenaar patch 9.0.0433: Coverity warns for not checking allocation failure v9.0.0433
Wed, 07 Sep 2022 18:30:03 +0200 Bram Moolenaar patch 9.0.0406: deferred functions not invoked when partial func exits v9.0.0406
Wed, 07 Sep 2022 18:00:04 +0200 Bram Moolenaar patch 9.0.0405: arguments in a partial not used by a :def function v9.0.0405
Tue, 06 Sep 2022 19:45:04 +0200 Bram Moolenaar patch 9.0.0397: :defer not tested with exceptions and ":qa!" v9.0.0397
Sat, 03 Sep 2022 23:00:03 +0200 Bram Moolenaar patch 9.0.0371: compiler warning for uninitialized variable v9.0.0371
Sat, 03 Sep 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0366: cannot use import->Func() in lambda v9.0.0366
Fri, 02 Sep 2022 13:30:04 +0200 Bram Moolenaar patch 9.0.0356: :echowindow sets the in_echowindow flag too early v9.0.0356
Thu, 01 Sep 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0351: message window may obscure the command line v9.0.0351
Wed, 31 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0340: the 'cmdheight' zero support causes too much trouble v9.0.0340
Mon, 29 Aug 2022 19:30:04 +0200 Bram Moolenaar patch 9.0.0321: cannot use the message popup window directly v9.0.0321
Sun, 28 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0 v9.0.0307
Wed, 24 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0253: a symlink to an autoload script results in two entries v9.0.0253
Thu, 18 Aug 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0225: using freed memory with multiple line breaks in expression v9.0.0225
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
Mon, 27 Jun 2022 21:30:03 +0200 Bram Moolenaar patch 8.2.5169: nested :source may use NULL pointer v8.2.5169
Fri, 03 Jun 2022 18:45:05 +0200 Bram Moolenaar patch 8.2.5053: cannot have a comment halfway an expression in a block v8.2.5053
Mon, 30 May 2022 22:00:03 +0200 Bram Moolenaar patch 8.2.5046: vim_regsub() can overwrite the destination v8.2.5046
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 23:15:03 +0200 Bram Moolenaar patch 8.2.5006: asan warns for undefined behavior v8.2.5006
Sun, 22 May 2022 21:30:02 +0200 Bram Moolenaar patch 8.2.5004: right shift on negative number does not work as documented v8.2.5004
Sun, 22 May 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5003: cannot do bitwise shifts v8.2.5003
Tue, 10 May 2022 14:30:04 +0200 Bram Moolenaar patch 8.2.4930: interpolated string expression requires escaping v8.2.4930
Sat, 07 May 2022 22:15:03 +0200 Bram Moolenaar patch 8.2.4912: using execute() to define a lambda doesn't work v8.2.4912
Fri, 06 May 2022 23:00:03 +0200 Bram Moolenaar patch 8.2.4897: comment inside an expression in lambda ignores the rest v8.2.4897
Fri, 06 May 2022 22:30:02 +0200 Bram Moolenaar patch 8.2.4896: expression in command block does not look after NL v8.2.4896
Fri, 06 May 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc