summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3103: swap test may fail on some systemsv8.2.3103Bram Moolenaar2021-07-042-13/+15
* patch 8.2.3102: test for crash fix does not fail without the fixv8.2.3102Bram Moolenaar2021-07-042-8/+14
* patch 8.2.3101: missing function prototype for vim_round()Bram Moolenaar2021-07-041-0/+2
* patch 8.2.3101: missing function prototype for vim_round()v8.2.3101Bram Moolenaar2021-07-041-1/+2
* patch 8.2.3100: Vim9: no error when using type with unknown number of argsv8.2.3100Bram Moolenaar2021-07-047-8/+35
* patch 8.2.3099: Vim9: missing catch/finally not reported at script levelv8.2.3099Bram Moolenaar2021-07-044-6/+28
* patch 8.2.3098: popup window test is flaky on MS-Windows with GUIv8.2.3098Bram Moolenaar2021-07-042-2/+12
* patch 8.2.3097: crash when using "quit" at recovery promptv8.2.3097Bram Moolenaar2021-07-043-0/+19
* patch 8.2.3096: temp files remain after running testsv8.2.3096Dominique Pelle2021-07-044-3/+5
* patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrongv8.2.3095Bram Moolenaar2021-07-034-3/+43
* patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal featurev8.2.3094Dominique Pelle2021-07-032-0/+3
* patch 8.2.3093: tablabel_tooltip test fails with Athenav8.2.3093Bram Moolenaar2021-07-033-0/+15
* patch 8.2.3092: Vim9: builtin function test fails without +channel featurev8.2.3092Dominique Pelle2021-07-033-2/+13
* patch 8.2.3091: Vim9: default argument expr. cannot use previous argumentv8.2.3091Bram Moolenaar2021-07-034-4/+13
* patch 8.2.3090: in rare cases the cursor may be somewhere in a folded linev8.2.3090Bram Moolenaar2021-07-032-0/+8
* patch 8.2.3089: garbage collection has useless codev8.2.3089Bram Moolenaar2021-07-032-31/+30
* patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrongv8.2.3088Bram Moolenaar2021-07-034-1/+34
* patch 8.2.3087: Gemtext files are not recognizedv8.2.3087Bram Moolenaar2021-07-033-0/+6
* patch 8.2.3086: Vim9: breakpoint on "for" does not workv8.2.3086Bram Moolenaar2021-07-033-0/+30
* patch 8.2.3085: JSONC files are not recognizedv8.2.3085Izhak Jakov2021-07-033-0/+6
* patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan2021-07-036-146/+645
* patch 8.2.3083: crash when passing null string to charclass()v8.2.3083Christian Brabandt2021-07-023-1/+6
* patch 8.2.3082: a channel command "echoerr" does not show anythingv8.2.3082Bram Moolenaar2021-07-014-3/+27