log src/version.c @ 31811:c5ff7d053fa1 v9.0.1238

age author description
Tue, 24 Jan 2023 13:45:06 +0100 Bram Moolenaar patch 9.0.1238: :runtime completion can be further improved v9.0.1238
Mon, 23 Jan 2023 22:00:04 +0100 Bram Moolenaar patch 9.0.1237: code is indented more than necessary v9.0.1237
Mon, 23 Jan 2023 18:00:05 +0100 Bram Moolenaar patch 9.0.1236: code in same_leader() can be simplified v9.0.1236
Mon, 23 Jan 2023 13:45:07 +0100 Bram Moolenaar patch 9.0.1235: MS-Windows console: not flushing termguicolors v9.0.1235
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Sun, 22 Jan 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches v9.0.1233
Sun, 22 Jan 2023 20:00:06 +0100 Bram Moolenaar patch 9.0.1232: ColorTable saving and restoring does not work properly v9.0.1232
Sun, 22 Jan 2023 19:45:04 +0100 Bram Moolenaar patch 9.0.1231: completion of :runtime does not handle {where} argument v9.0.1231
Sun, 22 Jan 2023 19:30:04 +0100 Bram Moolenaar patch 9.0.1230: Apache thrift files are not recognized v9.0.1230
Sun, 22 Jan 2023 14:15:04 +0100 Bram Moolenaar patch 9.0.1229: Cap'n Proto files are not recognized v9.0.1229
Sun, 22 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1228: fuzzy menu completion is only tested in the GUI v9.0.1228
Sat, 21 Jan 2023 23:00:04 +0100 Bram Moolenaar patch 9.0.1227: no cmdline completion for :runtime v9.0.1227
Sat, 21 Jan 2023 17:00:41 +0100 Bram Moolenaar patch 9.0.1226: spurious empty line when using text properties v9.0.1226
Sat, 21 Jan 2023 17:00:39 +0100 Bram Moolenaar patch 9.0.1225: reading past the end of a line when formatting text v9.0.1225
Fri, 20 Jan 2023 21:01:46 +0100 Bram Moolenaar patch 9.0.1224: cannot call a :def function with a number for float argument v9.0.1224
Fri, 20 Jan 2023 21:01:44 +0100 Bram Moolenaar patch 9.0.1223: cannot use setcellwidths() below 0x100 v9.0.1223
Thu, 19 Jan 2023 19:00:06 +0100 Bram Moolenaar patch 9.0.1222: terminal tests are flaky on MacOS v9.0.1222
Wed, 18 Jan 2023 19:30:03 +0100 Bram Moolenaar patch 9.0.1221: code is indented more than necessary v9.0.1221
Wed, 18 Jan 2023 18:30:02 +0100 Bram Moolenaar patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers v9.0.1220
Wed, 18 Jan 2023 17:15:02 +0100 Bram Moolenaar patch 9.0.1219: handling of FORTIFY_SOURCE flags doesn't match Fedora usage v9.0.1219
Wed, 18 Jan 2023 16:30:06 +0100 Bram Moolenaar patch 9.0.1218: completion includes functions that don't work v9.0.1218
Wed, 18 Jan 2023 16:00:06 +0100 Bram Moolenaar patch 9.0.1217: using an object member in a closure doesn't work v9.0.1217
Wed, 18 Jan 2023 14:00:09 +0100 Bram Moolenaar patch 9.0.1216: Coverity warns for ignoring return value v9.0.1216
Tue, 17 Jan 2023 22:45:02 +0100 Bram Moolenaar patch 9.0.1215: using isalpha() adds dependency on current locale v9.0.1215
Tue, 17 Jan 2023 22:30:04 +0100 Bram Moolenaar patch 9.0.1214: file left behind after running tests v9.0.1214
Tue, 17 Jan 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1213: adding a line below the last one does not expand fold v9.0.1213
Tue, 17 Jan 2023 19:45:05 +0100 Bram Moolenaar patch 9.0.1212: cannot read back what setcellwidths() has done v9.0.1212
Mon, 16 Jan 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1211: storing value in interface member does not always work v9.0.1211
Mon, 16 Jan 2023 21:00:04 +0100 Bram Moolenaar patch 9.0.1210: compiler complains about declaration after label v9.0.1210
Mon, 16 Jan 2023 20:45:04 +0100 Bram Moolenaar patch 9.0.1209: getting interface member does not always work v9.0.1209
Mon, 16 Jan 2023 19:30:04 +0100 Bram Moolenaar patch 9.0.1208: code is indented more than necessary v9.0.1208
Mon, 16 Jan 2023 17:45:02 +0100 Bram Moolenaar patch 9.0.1207: error when object type is expected but getting "any" v9.0.1207
Mon, 16 Jan 2023 14:15:03 +0100 Bram Moolenaar patch 9.0.1206: testing with Python on AppVeyor does not work properly v9.0.1206
Sun, 15 Jan 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1205: crash when handling class that extends another class v9.0.1205
Sun, 15 Jan 2023 21:30:03 +0100 Bram Moolenaar patch 9.0.1204: expression compiled the wrong way after using an object v9.0.1204
Sun, 15 Jan 2023 19:30:04 +0100 Bram Moolenaar patch 9.0.1203: return type of values() is always list<any> v9.0.1203
Sun, 15 Jan 2023 18:00:03 +0100 Bram Moolenaar patch 9.0.1202: crash when iterating over list of objects v9.0.1202
Sun, 15 Jan 2023 17:00:04 +0100 Bram Moolenaar patch 9.0.1201: assignment with operator doesn't work in object method v9.0.1201
Sun, 15 Jan 2023 14:30:04 +0100 Bram Moolenaar patch 9.0.1200: AppVeyor builds with an old Python version v9.0.1200
Sat, 14 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1199: crash when using kitty and using a mapping with <Esc> v9.0.1199
Sat, 14 Jan 2023 14:15:06 +0100 Bram Moolenaar patch 9.0.1198: abstract class not supported yet v9.0.1198
Sat, 14 Jan 2023 13:45:05 +0100 Bram Moolenaar patch 9.0.1197: dump file missing from patch v9.0.1197
Sat, 14 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1196: code is indented more than necessary v9.0.1196
Sat, 14 Jan 2023 13:00:05 +0100 Bram Moolenaar patch 9.0.1195: restoring KeyTyped when building statusline not tested v9.0.1195
Fri, 13 Jan 2023 20:30:03 +0100 Bram Moolenaar patch 9.0.1194: compiler warning for comparing pointer with int v9.0.1194
Fri, 13 Jan 2023 20:00:02 +0100 Bram Moolenaar patch 9.0.1193: cannot map <Esc> when using the Kitty key protocol v9.0.1193
Fri, 13 Jan 2023 18:45:03 +0100 Bram Moolenaar patch 9.0.1192: no error when class function argument shadows a member v9.0.1192
Fri, 13 Jan 2023 16:45:02 +0100 Bram Moolenaar patch 9.0.1191: some Bazel files are not recognized v9.0.1191
Fri, 13 Jan 2023 16:30:03 +0100 Bram Moolenaar patch 9.0.1190: AppVeyor runs much slower with MSVC 2022 v9.0.1190
Fri, 13 Jan 2023 15:30:04 +0100 Bram Moolenaar patch 9.0.1189: invalid memory access with folding and using "L" v9.0.1189
Thu, 12 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1188: return value of type() for class and object unclear v9.0.1188
Thu, 12 Jan 2023 21:45:04 +0100 Bram Moolenaar patch 9.0.1187: test for using imported class fails v9.0.1187
Thu, 12 Jan 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1186: imported class does not work when used twice in a line v9.0.1186
Thu, 12 Jan 2023 18:15:05 +0100 Bram Moolenaar patch 9.0.1185: using class from imported script not tested v9.0.1185
Thu, 12 Jan 2023 16:15:04 +0100 Bram Moolenaar patch 9.0.1184: interface of an object is not recognized when checking type v9.0.1184
Thu, 12 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1183: code is indented more than necessary v9.0.1183
Wed, 11 Jan 2023 22:30:03 +0100 Bram Moolenaar patch 9.0.1182: go checksum files are not recognized v9.0.1182
Wed, 11 Jan 2023 22:15:02 +0100 Bram Moolenaar patch 9.0.1181: class inheritance and typing insufficiently tested v9.0.1181
Wed, 11 Jan 2023 20:15:02 +0100 Bram Moolenaar patch 9.0.1180: compiler warnings without the +job feature v9.0.1180
Wed, 11 Jan 2023 19:00:06 +0100 Bram Moolenaar patch 9.0.1179: not all errors around inheritance are tested v9.0.1179