summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.1094: compiler warning when HAS_MESSAGE_WINDOW is not definedv9.0.1094Bram Moolenaar2022-12-252-1/+7
* patch 9.0.1093: using freed memory of object memberv9.0.1093Bram Moolenaar2022-12-243-2/+30
* patch 9.0.1092: search error message doesn't show used patternv9.0.1092Rob Pilling2022-12-235-14/+33
* patch 9.0.1091: assignment to non-existing member causes a crashv9.0.1091Bram Moolenaar2022-12-234-2/+22
* patch 9.0.1090: FHIR Shorthand files are not recognizedv9.0.1090mgramigna2022-12-233-0/+6
* patch 9.0.1089: unnessary assignmentv9.0.1089Luuk van Baal2022-12-232-3/+2
* patch 9.0.1088: clang warns for unused variablev9.0.1088Bram Moolenaar2022-12-222-1/+5
* patch 9.0.1087: autocommand test sometimes failsv9.0.1087James McCoy2022-12-222-0/+3
* patch 9.0.1086: display wrong in Windows terminal after exiting Vimv9.0.1086Christopher Plewright2022-12-222-8/+13
* patch 9.0.1085: compiler warns for uninitialized variablev9.0.1085Bram Moolenaar2022-12-202-14/+3
* patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright2022-12-2017-76/+1492
* patch 9.0.1083: empty and comment lines in a class cause an errorv9.0.1083Bram Moolenaar2022-12-203-0/+14
* patch 9.0.1082: some jsonc files are not recognizedv9.0.1082kylo2522022-12-193-10/+13
* patch 9.0.1081: using "->" with split lines does not always workv9.0.1081Bram Moolenaar2022-12-193-3/+70
* patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080Bram Moolenaar2022-12-194-36/+33
* patch 9.0.1079: leaking memory when defining a user command failsv9.0.1079zeertzjq2022-12-193-2/+20
* patch 9.0.1078: with the +vartabs feature indent folding may use wrong 'ts'v9.0.1078zeertzjq2022-12-193-1/+24
* patch 9.0.1077: can add text property with negative ID before virtual textv9.0.1077Bram Moolenaar2022-12-197-4/+86
* patch 9.0.1076: ASAN complains about NULL argumentv9.0.1076Bram Moolenaar2022-12-192-1/+4
* patch 9.0.1075: build fails if compiler doesn't allow declaration after casev9.0.1075Bram Moolenaar2022-12-182-18/+23
* patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar2022-12-1813-212/+575
* patch 9.0.1073: using "xterm-kitty" for 'term' causes problemsv9.0.1073Bram Moolenaar2022-12-183-7/+59
* patch 9.0.1072: screenpos() column result in fold may be too smallv9.0.1072zeertzjq2022-12-183-5/+10
* patch 9.0.1071: Codecov action version is too specificv9.0.1071dundargoc2022-12-172-2/+4
* patch 9.0.1070: reading beyond array sizev9.0.1070Bram Moolenaar2022-12-172-5/+9
* patch 9.0.1069: diff mode highlight fails for special charactersv9.0.1069Bram Moolenaar2022-12-172-2/+5
* patch 9.0.1068: no information about whether request term codes has an effectv9.0.1068Bram Moolenaar2022-12-172-5/+55
* patch 9.0.1067: in diff mode virtual text is highlighted incorrectlyv9.0.1067Bram Moolenaar2022-12-175-2/+56
* patch 9.0.1066: test function name is wrongv9.0.1066zeertzjq2022-12-172-1/+3
* patch 9.0.1065: a shell command switching screens may still have a problemv9.0.1065Bram Moolenaar2022-12-164-15/+27
* patch 9.0.1064: code for making 'shortmess' temporarily empty is repeatedv9.0.1064Christian Brabandt2022-12-167-17/+111
* patch 9.0.1063: when using Kitty a shell command may mess up the key statev9.0.1063Bram Moolenaar2022-12-162-1/+6
* patch 9.0.1062: some test function names do not match what they are doingv9.0.1062zeertzjq2022-12-152-6/+7
* patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal2022-12-1519-18/+152
* patch 9.0.1060: private and public object members are not implemented yetv9.0.1060Bram Moolenaar2022-12-147-12/+144
* patch 9.0.1059: build failure with some compilersv9.0.1059Bram Moolenaar2022-12-142-20/+26