summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1143: invalid memory access with bad 'statusline' valuev9.0.1143Bram Moolenaar2023-01-043-0/+11
* patch 9.0.1142: crash and/or memory leak when redefining functionv9.0.1142Bram Moolenaar2023-01-042-5/+13
* patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealingv9.0.1141Alexey Radkov2023-01-045-0/+55
* patch 9.0.1140: cannot call an object method in a compiled functionv9.0.1140Bram Moolenaar2023-01-037-31/+73
* patch 9.0.1139: cannot create a new object in a compiled functionv9.0.1139Bram Moolenaar2023-01-034-8/+52
* patch 9.0.1138: crash when expecting varargs but it is something elsev9.0.1138Bram Moolenaar2023-01-034-2/+26
* patch 9.0.1137: some conditions are always falsev9.0.1137zeertzjq2023-01-032-3/+5
* patch 9.0.1136: memory leak when getting class member type from exprv9.0.1136Bram Moolenaar2023-01-022-0/+5
* patch 9.0.1135: missing function argumentv9.0.1135Bram Moolenaar2023-01-022-2/+5
* patch 9.0.1134: comparing objects uses identity instead of equalityv9.0.1134Bram Moolenaar2023-01-028-10/+178
* patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar2023-01-0216-59/+62
* patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan2023-01-0213-624/+629
* patch 9.0.1131: build failure without the +eval featurev9.0.1131Bram Moolenaar2023-01-022-2/+6
* patch 9.0.1130: unexpected output when autoloading a scriptv9.0.1130Bram Moolenaar2023-01-025-3/+65
* patch 9.0.1129: sporadic Test_range() failurev9.0.1129Bram Moolenaar2023-01-022-6/+15
* patch 9.0.1128: build failurev9.0.1128Bram Moolenaar2023-01-013-1/+10
* patch 9.0.1127: no error if function argument shadows class memberv9.0.1127Bram Moolenaar2023-01-016-57/+82
* patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar2023-01-016-5/+27
* patch 9.0.1125: memory leak when using class functionsv9.0.1125Bram Moolenaar2023-01-012-0/+9
* patch 9.0.1124: virtual text at a column position is truncatedv9.0.1124Bram Moolenaar2023-01-014-4/+7
* patch 9.0.1123: class function not implemented yetv9.0.1123Bram Moolenaar2023-01-016-72/+174
* patch 9.0.1122: class member access is not fully tested yetv9.0.1122Bram Moolenaar2022-12-312-1/+15
* Update runtime filesBram Moolenaar2022-12-3132-297/+1420
* patch 9.0.1121: cursor positioning and display problems with 'smoothscroll'v9.0.1121Bram Moolenaar2022-12-3112-29/+184
* patch 9.0.1120: tex filetype detection not sufficiently testedv9.0.1120smjonas2022-12-312-5/+35
* patch 9.0.1119: type of arguments not checked when calling a partialv9.0.1119Bram Moolenaar2022-12-313-20/+69
* patch 9.0.1118: sporadic test failures when using a terminal windowv9.0.1118James McCoy2022-12-314-2/+6
* patch 9.0.1117: terminfo entries for bracketed paste are not usedv9.0.1117Bram Moolenaar2022-12-303-9/+7
* patch 9.0.1116: compiler may complain about an unused functionv9.0.1116Bram Moolenaar2022-12-302-0/+4
* patch 9.0.1115: code is indented more than neededv9.0.1115Yegappan Lakshmanan2022-12-305-334/+355
* patch 9.0.1114: CI does not use the latest Python versionv9.0.1114Philip H2022-12-302-2/+4
* patch 9.0.1113: users cannot easily try out a PRv9.0.1113Christian Brabandt2022-12-302-0/+8
* patch 9.0.1112: test_mswin_event() can hangv9.0.1112Christopher Plewright2022-12-306-252/+592
* patch 9.0.1111: termcap entries for RGB colors are not set automaticallyv9.0.1111Bram Moolenaar2022-12-302-13/+38
* patch 9.0.1110: build fails on Mac OS X 10.4/10.5v9.0.1110Evan Miller2022-12-305-1/+20
* patch 9.0.1109: leaking allocated typev9.0.1109Bram Moolenaar2022-12-302-0/+3
* patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar2022-12-2912-54/+117
* patch 9.0.1107: float constant not recognized as floatv9.0.1107Bram Moolenaar2022-12-273-12/+13
* patch 9.0.1106: not all postfix files are recognizedv9.0.1106KodeToad2022-12-273-2/+4
* patch 9.0.1105: code is indented too muchv9.0.1105Yegappan Lakshmanan2022-12-274-181/+186
* patch 9.0.1104: invalid memory access when checking function argument typesv9.0.1104Bram Moolenaar2022-12-273-1/+13
* patch 9.0.1103: jq files are not recognizedv9.0.1103David McDonald2022-12-263-0/+6
* patch 9.0.1102: complicated use of #ifdefv9.0.1102K.Takata2022-12-262-4/+4
* patch 9.0.1101: unused global variablev9.0.1101Bram Moolenaar2022-12-263-4/+2
* patch 9.0.1100: a hashtab with many removed items is not cleaned upv9.0.1100Bram Moolenaar2022-12-262-4/+7
* patch 9.0.1099: trying to resize a hashtab may cause a problemv9.0.1099Bram Moolenaar2022-12-262-1/+3
* patch 9.0.1098: code uses too much indentv9.0.1098Yegappan Lakshmanan2022-12-266-215/+219
* patch 9.0.1097: tests are failingv9.0.1097Bram Moolenaar2022-12-252-4/+9
* patch 9.0.1096: reallocating hashtab when the size didn't changev9.0.1096Bram Moolenaar2022-12-252-0/+6
* patch 9.0.1095: using freed memory when declaration failsv9.0.1095Bram Moolenaar2022-12-253-0/+20