summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar2021-04-148-24/+140
* patch 8.2.2764: memory leak when default function argument is allocatedv8.2.2764Bram Moolenaar2021-04-143-0/+20
* patch 8.2.2763: Vim9: cannot use type in for loop unpack at script levelv8.2.2763Bram Moolenaar2021-04-143-9/+18
* patch 8.2.2762: Vim9: function line truncated when compilingv8.2.2762Bram Moolenaar2021-04-143-0/+51
* patch 8.2.2761: using "syn include" does not work properlyv8.2.2761Bram Moolenaar2021-04-143-4/+28
* patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar2021-04-136-12/+41
* patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar2021-04-138-85/+112
* patch 8.2.2758: Vim9: wrong line number for autoload function with wrong namev8.2.2758Bram Moolenaar2021-04-123-0/+30
* patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar2021-04-1211-98/+258
* patch 8.2.2756: Vim9: blob index and slice not implemented yetv8.2.2756Bram Moolenaar2021-04-118-72/+142
* patch 8.2.2755: Vim9: no error for using a number in a conditionv8.2.2755Bram Moolenaar2021-04-114-5/+24
* patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar2021-04-116-4/+52
* patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar2021-04-107-22/+46
* patch 8.2.2752v8.2.2752Bram Moolenaar2021-04-102-4/+3
* patch 8.2.2751: Coverity warns for using NULL pointerv8.2.2751Bram Moolenaar2021-04-102-2/+6
* patch 8.2.2750: Vim9: error for using underscore in nested functionv8.2.2750Bram Moolenaar2021-04-103-0/+8
* patch 8.2.2749: Vim9: test for error can be a bit flakyv8.2.2749Bram Moolenaar2021-04-102-1/+3
* patch 8.2.2748: Vim9: memory leak when calling :def function failsv8.2.2748Bram Moolenaar2021-04-102-1/+3
* patch 8.2.2747: Vim9: not always an error for too many function argumentsv8.2.2747Bram Moolenaar2021-04-104-4/+27
* patch 8.2.2746: check for duplicate arguments does not workv8.2.2746Bram Moolenaar2021-04-102-1/+3
* patch 8.2.2745: Vim9: missing part of the argument changev8.2.2745Bram Moolenaar2021-04-102-11/+15
* patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar2021-04-107-5/+86
* patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!"v8.2.2743Bram Moolenaar2021-04-105-1/+27
* patch 8.2.2742: Vim9: when compiling a function fails it is clearedv8.2.2742Bram Moolenaar2021-04-105-13/+34
* patch 8.2.2741: Vim9: Partial call does not check right argumentsv8.2.2741Bram Moolenaar2021-04-093-1/+5
* patch 8.2.2740: Vim9: lambda with varargs doesn't workv8.2.2740Bram Moolenaar2021-04-097-31/+68
* patch 8.2.2739: Vim9: a lambda accepts too many arguments at the script levelv8.2.2739Bram Moolenaar2021-04-094-5/+13
* patch 8.2.2738: extending a list with itself can give wrong resultv8.2.2738Bram Moolenaar2021-04-083-1/+24
* patch 8.2.2737: status line not updated when local 'statusline' option setv8.2.2737Bram Moolenaar2021-04-085-11/+27
* patch 8.2.2736: Vim9: for loop over string is a bit slowv8.2.2736Bram Moolenaar2021-04-082-2/+3
* patch 8.2.2735: Vim9: function reference found with prefix, not withoutv8.2.2735Bram Moolenaar2021-04-073-8/+43
* patch 8.2.2734: Vim9: cannot use legacy script-local var from :def functionv8.2.2734Bram Moolenaar2021-04-074-16/+25
* Update runtime filesBram Moolenaar2021-04-0730-68/+619
* patch 8.2.2733: detecting Lua version is not reliablev8.2.2733Bram Moolenaar2021-04-075-13/+29
* patch 8.2.2732: prompt for s///c in Ex mode can be wrongv8.2.2732Bram Moolenaar2021-04-073-0/+6
* patch 8.2.2731: Mac: SF symbols are not displayed properlyv8.2.2731Bram Moolenaar2021-04-072-0/+11
* patch 8.2.2730: Coverity complains about not restoring characterv8.2.2730Bram Moolenaar2021-04-062-0/+3
* patch 8.2.2729: Vim9: wrong error message for referring to legacy script varv8.2.2729Bram Moolenaar2021-04-063-11/+40
* patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar2021-04-065-4/+20
* patch 8.2.2727: function test failsv8.2.2727Bram Moolenaar2021-04-062-1/+3
* patch 8.2.2726: confusing error message with white space before commav8.2.2726Bram Moolenaar2021-04-063-0/+22
* patch 8.2.2725: Vim9: message about compiling is wrong when using try/catchv8.2.2725Bram Moolenaar2021-04-055-7/+50
* patch 8.2.2724: Vim9: concatenating to list in dict not testedv8.2.2724Bram Moolenaar2021-04-052-0/+6
* patch 8.2.2723: assignment test failsv8.2.2723Bram Moolenaar2021-04-052-1/+3
* patch 8.2.2722: Vim9: crash when using LHS with double indexv8.2.2722Bram Moolenaar2021-04-054-31/+61
* patch 8.2.2721: Vim9: cannot have a linebreak inside a lambdav8.2.2721Bram Moolenaar2021-04-053-20/+49
* patch 8.2.2720: GTK menu tooltip moves the cursorv8.2.2720Bram Moolenaar2021-04-052-0/+8
* patch 8.2.2719: Vim9: appending to dict item doesn't work in a :def functionv8.2.2719Bram Moolenaar2021-04-053-118/+195
* patch 8.2.2718: Vim9: no explicit test for using a global function without g:v8.2.2718Bram Moolenaar2021-04-052-0/+26
* patch 8.2.2717: GTK menu items don't show a tooltipv8.2.2717Bram Moolenaar2021-04-052-2/+29