summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1192: no error when class function argument shadows a memberv9.0.1192Bram Moolenaar2023-01-133-2/+53
* patch 9.0.1191: some Bazel files are not recognizedv9.0.1191Keith Smiley2023-01-133-2/+4
* patch 9.0.1190: AppVeyor runs much slower with MSVC 2022v9.0.1190Christopher Plewright2023-01-134-22/+60
* patch 9.0.1189: invalid memory access with folding and using "L"v9.0.1189Bram Moolenaar2023-01-133-1/+12
* patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar2023-01-126-17/+36
* patch 9.0.1187: test for using imported class failsv9.0.1187Bram Moolenaar2023-01-122-0/+7
* patch 9.0.1186: imported class does not work when used twice in a linev9.0.1186Bram Moolenaar2023-01-123-1/+11
* patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar2023-01-126-7/+64
* patch 9.0.1184: interface of an object is not recognized when checking typev9.0.1184Bram Moolenaar2023-01-125-1/+66
* patch 9.0.1183: code is indented more than necessaryv9.0.1183Yegappan Lakshmanan2023-01-129-369/+389
* patch 9.0.1182: go checksum files are not recognizedv9.0.1182Amaan Q2023-01-113-0/+6
* patch 9.0.1181: class inheritance and typing insufficiently testedv9.0.1181Bram Moolenaar2023-01-113-4/+88
* patch 9.0.1180: compiler warnings without the +job featurev9.0.1180Bram Moolenaar2023-01-112-4/+12
* patch 9.0.1179: not all errors around inheritance are testedv9.0.1179Bram Moolenaar2023-01-115-6/+82
* patch 9.0.1178: a child class cannot override functions from a base classv9.0.1178Bram Moolenaar2023-01-118-16/+136
* patch 9.0.1177: AppVeyor uses some older toolsv9.0.1177Christopher Plewright2023-01-113-5/+20
* patch 9.0.1176: smithy files are not recognizedv9.0.1176Chris Kipp2023-01-113-5/+10
* patch 9.0.1175: the set_ref_in_item() function is too longv9.0.1175Yegappan Lakshmanan2023-01-112-195/+263
* patch 9.0.1174: smali files are not recognizedv9.0.1174Amaan Q2023-01-103-0/+6
* patch 9.0.1173: compiler warning for unused variable on non-Unix systemsv9.0.1173Bram Moolenaar2023-01-102-1/+3
* patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char shortv9.0.1172Bram Moolenaar2023-01-103-1/+17
* patch 9.0.1171: screen is not redrawn after using setcellwidths()v9.0.1171Yasuhiro Matsumoto2023-01-105-0/+32
* patch 9.0.1170: LGTM badge no longer worksv9.0.1170mert2023-01-102-1/+3
* patch 9.0.1169: some key+modifier tests fail on some AppVeyor imagesv9.0.1169Christopher Plewright2023-01-104-202/+193
* patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar2023-01-107-7/+48
* Update runtime filesBram Moolenaar2023-01-0913-57/+210
* patch 9.0.1167: EditorConfig files do not have their own filetypev9.0.1167Gregory Anders2023-01-093-3/+6
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-0922-881/+907
* patch 9.0.1165: tests using IPv6 sometimes failv9.0.1165James McCoy2023-01-095-26/+47
* patch 9.0.1164: evaluating string expression advances function linev9.0.1164h-east2023-01-093-0/+21
* patch 9.0.1163: compiler warning for implicit size_t/int conversionv9.0.1163Mike Williams2023-01-092-1/+3
* patch 9.0.1162: configure does not handle all FORTIFY_SOURCE variantsv9.0.1162Zdenek Dohnal2023-01-093-4/+6
* patch 9.0.1161: Coverity warns for using strcpy()v9.0.1161Bram Moolenaar2023-01-092-3/+6
* patch 9.0.1160: ASAN error for ufunc_T allocated with wrong sizev9.0.1160Bram Moolenaar2023-01-082-9/+21
* patch 9.0.1159: extends argument for class not implemented yetv9.0.1159Bram Moolenaar2023-01-087-20/+278
* patch 9.0.1158: code is indented more than necessaryv9.0.1158Yegappan Lakshmanan2023-01-0814-1259/+1267
* patch 9.0.1157: "implements" only handles one interface namev9.0.1157Bram Moolenaar2023-01-074-11/+79
* patch 9.0.1156: tests fail because of a different error messagev9.0.1156Bram Moolenaar2023-01-072-2/+3
* patch 9.0.1155: cannot use a class as a typev9.0.1155Bram Moolenaar2023-01-073-0/+75
* patch 9.0.1154: Coverity warns for dead codev9.0.1154Bram Moolenaar2023-01-072-2/+3
* patch 9.0.1153: build error with some compilersv9.0.1153Bram Moolenaar2023-01-062-1/+3
* patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar2023-01-068-14/+249
* patch 9.0.1151: build failurev9.0.1151Bram Moolenaar2023-01-052-1/+8
* patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar2023-01-0512-40/+142
* patch 9.0.1149: class members may be garbage collectedv9.0.1149Bram Moolenaar2023-01-054-3/+46
* patch 9.0.1148: cmdline test fails in the GUIv9.0.1148Bram Moolenaar2023-01-042-0/+5
* patch 9.0.1147: cannot access a class member in a compiled functionv9.0.1147Bram Moolenaar2023-01-043-18/+38
* patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146Christopher Plewright2023-01-045-71/+115
* patch 9.0.1145: invalid memory access with recursive substitute expressionv9.0.1145Bram Moolenaar2023-01-043-0/+23
* patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar2023-01-045-2/+30