summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4151: reading beyond the end of a linev8.2.4151Bram Moolenaar2022-01-203-17/+13
* patch 8.2.4150: Coverity warns for using pointer after freev8.2.4150Bram Moolenaar2022-01-202-1/+3
* patch 8.2.4149: test override not restored, autocommand left behindv8.2.4149Bram Moolenaar2022-01-203-1/+4
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-195-4/+23
* patch 8.2.4147: E464 does not always include the offending commandv8.2.4147Bram Moolenaar2022-01-195-2/+36
* patch 8.2.4146: Vim9: shadowed function can be used in compiled functionv8.2.4146Bram Moolenaar2022-01-192-6/+17
* patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar2022-01-196-8/+27
* patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata2022-01-197-7/+144
* patch 8.2.4143: MS-Windows: IME support for Win9x is obsoletev8.2.4143K.Takata2022-01-192-64/+21
* patch 8.2.4142: build failure with normal features without persistent undov8.2.4142Bram Moolenaar2022-01-192-1/+3
* patch 8.2.4141: Vim9 builtin functions test failsv8.2.4141Bram Moolenaar2022-01-182-0/+3
* patch 8.2.4140: maparg() does not indicate the type of scriptv8.2.4140Bram Moolenaar2022-01-184-9/+23
* patch 8.2.4139: using freed memory in expression abbreviationv8.2.4139Bram Moolenaar2022-01-183-6/+33
* patch 8.2.4138: Vim9: no error for return with argument when invalidv8.2.4138Bram Moolenaar2022-01-183-7/+21
* patch 8.2.4137: Vim9: calling import with and without method is inconsistentv8.2.4137Bram Moolenaar2022-01-185-29/+170
* patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not usefulv8.2.4136Bram Moolenaar2022-01-186-36/+28
* patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135Bram Moolenaar2022-01-184-4/+17
* patch 8.2.4134: MS-Windows: test for import with absolute path failsv8.2.4134Bram Moolenaar2022-01-182-1/+9
* patch 8.2.4133: output of ":scriptnames" goes into the message historyv8.2.4133Bram Moolenaar2022-01-183-1/+11
* patch 8.2.4132: Vim9: wrong error message when autoload script can't be foundv8.2.4132Bram Moolenaar2022-01-183-3/+17
* patch 8.2.4131: Vim9: calling function in autoload import does not workv8.2.4131Bram Moolenaar2022-01-183-7/+44
* patch 8.2.4130: MS-Windows: MSVC build may have libraries duplicatedv8.2.4130K.Takata2022-01-182-6/+11
* patch 8.2.4129: building with +sound but without +eval failsv8.2.4129Bram Moolenaar2022-01-183-20/+45
* patch 8.2.4128: crash when method cannot be foundv8.2.4128Bram Moolenaar2022-01-183-2/+17
* patch 8.2.4127: build failure without the +eval featurev8.2.4127Bram Moolenaar2022-01-172-0/+4
* patch 8.2.4126: crash on exit when built with dynamic Tclv8.2.4126Bram Moolenaar2022-01-172-8/+13
* patch 8.2.4125: completion tests failv8.2.4125Bram Moolenaar2022-01-172-0/+4
* patch 8.2.4124: Vim9: method in compiled function may not see script itemv8.2.4124Bram Moolenaar2022-01-173-50/+85
* patch 8.2.4123: complete function cannot be import.Namev8.2.4123Bram Moolenaar2022-01-174-49/+114
* patch 8.2.4122: ":command Cmd" does not show custom completion argumentv8.2.4122Bram Moolenaar2022-01-173-2/+11
* patch 8.2.4121: Visual test fails on MS-Windowsv8.2.4121Bram Moolenaar2022-01-172-0/+4
* patch 8.2.4120: block insert goes over the end of the linev8.2.4120Bram Moolenaar2022-01-173-14/+37
* patch 8.2.4119: build failure when disabling the channel featurev8.2.4119Dominique Pelle2022-01-172-1/+3
* patch 8.2.4118: using UNUSED for argument that is usedv8.2.4118Bram Moolenaar2022-01-162-4/+6
* patch 8.2.4117: Vim9: wrong white space error after using imported itemv8.2.4117Bram Moolenaar2022-01-163-2/+4
* patch 8.2.4116: Vim9: cannot use a method with a complex expression in :defv8.2.4116Bram Moolenaar2022-01-163-31/+72
* patch 8.2.4115: cannot use a method with a complex expressionv8.2.4115Bram Moolenaar2022-01-164-50/+78
* patch 8.2.4114: Vim9: type checking for a funcref does not work for methodv8.2.4114Bram Moolenaar2022-01-165-8/+31
* patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing commandv8.2.4113Bram Moolenaar2022-01-163-1/+19
* patch 8.2.4112: function not deleted at end of testv8.2.4112Bram Moolenaar2022-01-162-0/+4
* patch 8.2.4111: potential proglem when map is deleted while executingv8.2.4111Bram Moolenaar2022-01-162-0/+5
* patch 8.2.4110: Coverity warns for using NULL pointerv8.2.4110Bram Moolenaar2022-01-162-5/+9
* Update runtime filesBram Moolenaar2022-01-1625-13081/+20630
* patch 8.2.4109: MS-Windows: high dpi support is outdatedv8.2.4109K.Takata2022-01-165-115/+300
* patch 8.2.4108: going over the end of the w_lines arrayv8.2.4108Bram Moolenaar2022-01-162-2/+7
* patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar2022-01-165-4/+36
* patch 8.2.4106: going over the end of the w_lines arrayv8.2.4106Bram Moolenaar2022-01-162-0/+7
* patch 8.2.4105: translation related comment in the wrong placev8.2.4105K.Takata2022-01-163-1/+7
* patch 8.2.4104: Vim9: lower casing the autoload prefix causes problemsv8.2.4104Bram Moolenaar2022-01-163-4/+11
* patch 8.2.4103: Vim9: variable declared in for loop not initialzedv8.2.4103Bram Moolenaar2022-01-155-4/+67