summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1216: Coverity warns for ignoring return valuev9.0.1216Bram Moolenaar2023-01-182-5/+10
* patch 9.0.1215: using isalpha() adds dependency on current localev9.0.1215zeertzjq2023-01-174-4/+6
* patch 9.0.1214: file left behind after running testsv9.0.1214Dominique Pelle2023-01-172-0/+3
* patch 9.0.1213: adding a line below the last one does not expand foldv9.0.1213Brandon Simmons2023-01-174-25/+18
* patch 9.0.1212: cannot read back what setcellwidths() has donev9.0.1212Kota Kato2023-01-177-1/+54
* patch 9.0.1211: storing value in interface member does not always workv9.0.1211Bram Moolenaar2023-01-166-8/+44
* patch 9.0.1210: compiler complains about declaration after labelv9.0.1210Bram Moolenaar2023-01-162-2/+4
* patch 9.0.1209: getting interface member does not always workv9.0.1209Bram Moolenaar2023-01-1611-20/+162
* patch 9.0.1208: code is indented more than necessaryv9.0.1208Yegappan Lakshmanan2023-01-1612-1276/+1282
* patch 9.0.1207: error when object type is expected but getting "any"v9.0.1207Bram Moolenaar2023-01-163-0/+27
* patch 9.0.1206: testing with Python on AppVeyor does not work properlyv9.0.1206Christopher Plewright2023-01-163-26/+52
* patch 9.0.1205: crash when handling class that extends another classv9.0.1205Bram Moolenaar2023-01-153-4/+27
* patch 9.0.1204: expression compiled the wrong way after using an objectv9.0.1204Bram Moolenaar2023-01-153-31/+55
* patch 9.0.1203: return type of values() is always list<any>v9.0.1203Bram Moolenaar2023-01-156-5/+62
* patch 9.0.1202: crash when iterating over list of objectsv9.0.1202Bram Moolenaar2023-01-153-1/+25
* patch 9.0.1201: assignment with operator doesn't work in object methodv9.0.1201Bram Moolenaar2023-01-153-0/+72
* patch 9.0.1200: AppVeyor builds with an old Python versionv9.0.1200Christopher Plewright2023-01-152-1/+31
* patch 9.0.1199: crash when using kitty and using a mapping with <Esc>v9.0.1199Bram Moolenaar2023-01-144-3/+12
* patch 9.0.1198: abstract class not supported yetv9.0.1198Bram Moolenaar2023-01-144-12/+58
* patch 9.0.1197: dump file missing from patchv9.0.1197zeertzjq2023-01-142-0/+8
* patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan2023-01-1416-673/+675
* patch 9.0.1195: restoring KeyTyped when building statusline not testedv9.0.1195zeertzjq2023-01-1414-29/+102
* patch 9.0.1194: compiler warning for comparing pointer with intv9.0.1194Bram Moolenaar2023-01-132-1/+3
* patch 9.0.1193: cannot map <Esc> when using the Kitty key protocolv9.0.1193Bram Moolenaar2023-01-132-7/+23
* 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