summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.3184: cannot add a digraph with a leading spacev8.2.3184mityu2021-07-1911-37/+583
* patch 8.2.3183: duplicate error numbersv8.2.3183Bram Moolenaar2021-07-193-5/+7
* patch 8.2.3182: Vim9: crash when using removing items from a constant listv8.2.3182Bram Moolenaar2021-07-183-6/+34
* patch 8.2.3181: Vim9: builtin function test fails without channel featurev8.2.3181Dominique Pelle2021-07-182-15/+37
* patch 8.2.3180: Vim9: memory leak when concatenating to an imported stringv8.2.3180Bram Moolenaar2021-07-182-14/+21
* patch 8.2.3179: Vim9: cannot assign to an imported variable at script levelv8.2.3179Bram Moolenaar2021-07-185-157/+223
* patch 8.2.3178: Vim9: the file name of an :import cannot be an expressionv8.2.3178Bram Moolenaar2021-07-185-65/+25
* patch 8.2.3177: Vim9: can not use "for _ in expr" at script levelv8.2.3177Bram Moolenaar2021-07-183-2/+20
* patch 8.2.3176: Vim9: no type error for comparing number with stringv8.2.3176Bram Moolenaar2021-07-184-4/+41
* patch 8.2.3175: Vim9: using illegal pointer with nested lambdas.v8.2.3175Bram Moolenaar2021-07-183-0/+23
* patch 8.2.3174: Vim9: "legacy undo" finds "undo" variablev8.2.3174Bram Moolenaar2021-07-173-1/+11
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-1711-31/+329
* patch 8.2.3172: MzScheme test failsv8.2.3172Bram Moolenaar2021-07-162-1/+3
* patch 8.2.3171: another illegal memory access in testv8.2.3171Bram Moolenaar2021-07-152-1/+3
* patch 8.2.3170: Illegal memory access in testv8.2.3170Bram Moolenaar2021-07-152-1/+3
* patch 8.2.3169: Vim9: cannot handle nested inline functionv8.2.3169Bram Moolenaar2021-07-154-6/+47
* patch 8.2.3168: Vim9: type error for constant of type anyv8.2.3168Bram Moolenaar2021-07-153-1/+14
* patch 8.2.3167: get E12 in a job callback when searching for tagsv8.2.3167Bram Moolenaar2021-07-152-16/+18
* patch 8.2.3166: Vim9: nested autoload call error overruled by "Unknown error"v8.2.3166Bram Moolenaar2021-07-153-1/+44
* patch 8.2.3165: Vim9: in a || expression the error line number may be wrongv8.2.3165Bram Moolenaar2021-07-153-0/+12
* patch 8.2.3164: MS-Windows: reported version lacks patchlevelv8.2.3164Bram Moolenaar2021-07-152-1/+6
* patch 8.2.3163: location list window may open a wrong filev8.2.3163Wei-Chung Wen2021-07-153-0/+36
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-1522-269/+780
* patch 8.2.3161: Vim9: no error when reltime() has invalid argumentsv8.2.3161Bram Moolenaar2021-07-143-0/+27
* patch 8.2.3160: 'breakindent' does not work well for bulleted listsv8.2.3160Christian Brabandt2021-07-145-1/+100
* patch 8.2.3159: cursor displayed in wrong position after deleting linev8.2.3159Bram Moolenaar2021-07-132-3/+8
* patch 8.2.3158: strange error message when using islocked() with a numberv8.2.3158Bram Moolenaar2021-07-133-1/+11
* patch 8.2.3157: crypt test may fail on MS-Windowsv8.2.3157Christian Brabandt2021-07-132-2/+4
* patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolorsv8.2.3156Dominique Pelle2021-07-122-0/+3
* patch 8.2.3155: some option related code not covered by testsv8.2.3155Dominique Pelle2021-07-123-0/+65
* patch 8.2.3154: Vim9: some type checks for builtin functions failv8.2.3154Yegappan Lakshmanan2021-07-113-3/+21
* patch 8.2.3153: URLs with a dash in the scheme are not recognizedv8.2.3153Tsuyoshi CHO2021-07-113-3/+49
* patch 8.2.3152: Vim9: accessing "s:" results in an errorv8.2.3152Bram Moolenaar2021-07-113-1/+11
* patch 8.2.3151: Vim9: profiling fails if nested function is also profiledv8.2.3151Bram Moolenaar2021-07-113-5/+30
* patch 8.2.3150: Vim9: argument types are not checked at compile timev8.2.3150Yegappan Lakshmanan2021-07-114-21/+118
* patch 8.2.3149: some plugins have a problem with the error checkv8.2.3149Bram Moolenaar2021-07-115-4/+52
* patch 8.2.3148: Vim9: function arg type check does not handle base offsetv8.2.3148Bram Moolenaar2021-07-114-1/+17
* patch 8.2.3147: Vim9: profiling does not work with a nested functionv8.2.3147Bram Moolenaar2021-07-114-15/+34
* patch 8.2.3146: Vim9: line number wrong for :execute argumentv8.2.3146Bram Moolenaar2021-07-113-0/+16
* patch 8.2.3145: Vim9: profile test fails without profile featurev8.2.3145Bram Moolenaar2021-07-112-0/+4
* patch 8.2.3144: Vim9: no error when using an invalid value for a line numberv8.2.3144Bram Moolenaar2021-07-114-2/+27
* patch 8.2.3143: Vim9: wrong context if lambda called from profiled functionv8.2.3143Bram Moolenaar2021-07-113-0/+20
* patch 8.2.3142: Vim9: type check for has_key() argument is too strictv8.2.3142Bram Moolenaar2021-07-113-1/+10
* patch 8.2.3141: no error when using :complete for :command without -nargsv8.2.3141Martin Tournoij2021-07-114-27/+23
* patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUIv8.2.3140Bram Moolenaar2021-07-102-3/+5
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-1021-1627/+1673
* patch 8.2.3138: debugger test failsv8.2.3138Bram Moolenaar2021-07-102-7/+9
* patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar2021-07-107-15/+76
* patch 8.2.3136: no test for E187 and "No swap file"v8.2.3136Dominique Pelle2021-07-103-0/+22
* patch 8.2.3135: Vim9: builtin function arguments not checked at compile timev8.2.3135Yegappan Lakshmanan2021-07-1012-186/+563