summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch 8.2.3134: crash when using typename() on a function referencev8.2.3134Bram Moolenaar2021-07-093-1/+9
* patch 8.2.3133: Vim9: memory leak when add() failsv8.2.3133Bram Moolenaar2021-07-092-1/+4
* patch 8.2.3132: compiler warns for size_t to colnr_T conversion.v8.2.3132Bram Moolenaar2021-07-092-1/+3
* patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUIv8.2.3131Bram Moolenaar2021-07-082-0/+8
* patch 8.2.3130: Vim9: import test failsv8.2.3130Bram Moolenaar2021-07-082-3/+5
* patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar2021-07-087-20/+29
* patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar2021-07-087-9/+38
* patch 8.2.3127: Vim9: no error when adding number to list of stringv8.2.3127Bram Moolenaar2021-07-083-1/+13
* patch 8.2.3126: Vim9: for loop error reports wrong line numberv8.2.3126Bram Moolenaar2021-07-083-0/+8
* patch 8.2.3125: variables are set but not usedv8.2.3125=?UTF-8?q?Dundar=20G=C3=B6c?=2021-07-082-5/+7
* patch 8.2.3124: Vim9: no error for white space between option and "=9"v8.2.3124Bram Moolenaar2021-07-083-1/+57
* patch 8.2.3123: Vim9: confusing error when using white space after optionv8.2.3123Bram Moolenaar2021-07-084-7/+25
* patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow windowv8.2.3122Bram Moolenaar2021-07-085-1/+33
* patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumnv8.2.3121Bram Moolenaar2021-07-088-1/+87
* patch 8.2.3120: crypt with sodium test fails on MS-Windowsv8.2.3120Bram Moolenaar2021-07-082-2/+7
* patch 8.2.3119: compiler warning for unused argumentv8.2.3119Bram Moolenaar2021-07-072-1/+3
* patch 8.2.3118: Vim9: "any" type not handled correctly in for loopv8.2.3118Bram Moolenaar2021-07-073-1/+9
* patch 8.2.3117: Vim9: type not properly checked in for loopv8.2.3117Bram Moolenaar2021-07-075-3/+23
* Update runtime filesBram Moolenaar2021-07-0722-194/+846
* patch 8.2.3116: Vim9: crash when debugging a function with line continuationv8.2.3116Bram Moolenaar2021-07-073-2/+19
* patch 8.2.3115: Coverity complains about free_wininfo() usev8.2.3115Bram Moolenaar2021-07-072-1/+4
* patch 8.2.3114: Amiga-like systems: build error using stat()v8.2.3114=?UTF-8?q?Ola=20S=C3=B6der?=2021-07-062-4/+8
* patch 8.2.3113: no error when for loop variable shadows script variablev8.2.3113Bram Moolenaar2021-07-053-7/+14
* patch 8.2.3112: in rare cases the cursor may be somewhere in a folded linev8.2.3112Bram Moolenaar2021-07-052-1/+6
* patch 8.2.3111: Vim9: confusing error with extra whitespace before colonv8.2.3111Bram Moolenaar2021-07-054-5/+22
* patch 8.2.3110: a pattern that matches the cursor position is complicatedv8.2.3110Bram Moolenaar2021-07-056-6/+183
* patch 8.2.3109: check for $DISPLAY never failsv8.2.3109Bram Moolenaar2021-07-052-1/+3
* patch 8.2.3108: test for remote_foreground() failsv8.2.3108Bram Moolenaar2021-07-054-3/+13
* patch 8.2.3107: Vim9: error for arguments while type didn't specify argumentsv8.2.3107Bram Moolenaar2021-07-043-1/+14
* patch 8.2.3106: Vim9: confusing line number reported for errorv8.2.3106Bram Moolenaar2021-07-043-1/+25
* patch 8.2.3105: Vim9: type of partial is wrong when it has argumentsv8.2.3105Bram Moolenaar2021-07-044-3/+32
* patch 8.2.3104: Vim9: unspecified function type causes type errorv8.2.3104Bram Moolenaar2021-07-044-1/+13