summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2376: Vim9: crash when dividing by zero in compiled codev8.2.2376Bram Moolenaar2021-01-193-2/+8
* patch 8.2.2375: test for RGB color skipped in the terminalv8.2.2375Bram Moolenaar2021-01-192-2/+5
* Update runtime files.Bram Moolenaar2021-01-1817-116/+150
* patch 8.2.2374: accessing uninitialized memory in test_undov8.2.2374Bram Moolenaar2021-01-172-1/+3
* patch 8.2.2373: Vim9: list assignment only accepts a number indexv8.2.2373Bram Moolenaar2021-01-173-7/+15
* patch 8.2.2372: confusing error message for wrong :let commandv8.2.2372Bram Moolenaar2021-01-172-3/+6
* patch 8.2.2371: Vim9: crash when using types in :for with unpackv8.2.2371Bram Moolenaar2021-01-174-4/+19
* patch 8.2.2370: Vim9: command fails in catch blockv8.2.2370Bram Moolenaar2021-01-173-0/+40
* patch 8.2.2369: Vim9: functions return true/false but can't be used as boolv8.2.2369Bram Moolenaar2021-01-174-70/+97
* patch 8.2.2368: insufficient tests for setting optionsv8.2.2368Bram Moolenaar2021-01-172-1/+20
* patch 8.2.2367: test failures on some less often used systemsv8.2.2367Bram Moolenaar2021-01-175-13/+15
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-1610-10/+49
* patch 8.2.2365: Vim9: no check for map() changing item type at script levelv8.2.2365Bram Moolenaar2021-01-164-29/+80
* patch 8.2.2364: Vim9: line break in lambda accesses freed memoryv8.2.2364Bram Moolenaar2021-01-163-6/+30
* patch 8.2.2363: curpos() does not accept a string argument as beforev8.2.2363Bram Moolenaar2021-01-163-1/+7
* patch 8.2.2362: Vim9: check of builtin function argument type is incompletev8.2.2362Bram Moolenaar2021-01-168-44/+63
* patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'v8.2.2361Bram Moolenaar2021-01-162-0/+7
* patch 8.2.2360: test leaves file behindv8.2.2360Bram Moolenaar2021-01-162-1/+3
* patch 8.2.2359: strange test failure with MS-Windowsv8.2.2359Bram Moolenaar2021-01-162-0/+10
* patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse()v8.2.2358Bram Moolenaar2021-01-162-5/+7
* patch 8.2.2357: Vim9: crash when parsing function return type failsv8.2.2357Bram Moolenaar2021-01-153-0/+19
* patch 8.2.2356: Vim9: ":put =expr" does not handle a list properlyv8.2.2356Bram Moolenaar2021-01-155-26/+47
* patch 8.2.2355: stray test failure on Appveyorv8.2.2355Bram Moolenaar2021-01-152-3/+5
* patch 8.2.2354: crash with a weird combination of autocommandsv8.2.2354Bram Moolenaar2021-01-155-11/+46
* patch 8.2.2353: spartql files are not detectedv8.2.2353Bram Moolenaar2021-01-153-0/+6
* patch 8.2.2352: if focus lost/gained is received twice code is not ignoredv8.2.2352Bram Moolenaar2021-01-142-8/+16
* patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!"v8.2.2351Bram Moolenaar2021-01-143-0/+26
* patch 8.2.2350: using "void" for no reasonv8.2.2350Bram Moolenaar2021-01-142-2/+4
* patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line endv8.2.2349Bram Moolenaar2021-01-143-13/+25
* patch 8.2.2348: no check for modified files after focus gainedv8.2.2348Bram Moolenaar2021-01-143-14/+4
* patch 8.2.2347: build failure without GUIv8.2.2347Bram Moolenaar2021-01-142-2/+6
* patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346Bram Moolenaar2021-01-143-0/+8
* patch 8.2.2345: no focus events in a terminalv8.2.2345Bram Moolenaar2021-01-145-3/+111
* patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar2021-01-1311-28/+106
* patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar2021-01-137-10/+74
* patch 8.2.2342: "char" functions may return wrong column in Insert modev8.2.2342Bram Moolenaar2021-01-134-17/+91
* patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar2021-01-135-1/+12
* patch 8.2.2340: win_execute() unexpectedly returns number zero when failingv8.2.2340Bram Moolenaar2021-01-124-0/+13
* patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar2021-01-128-4/+52
* patch 8.2.2338: Vim9: no error if using job_info() result wronglyv8.2.2338Bram Moolenaar2021-01-124-1/+21
* patch 8.2.2337: configure test for GTK only says "no"v8.2.2337Bram Moolenaar2021-01-123-0/+9
* patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar2021-01-128-12/+118
* patch 8.2.2335: Vim9: "silent return" does not restore command modifiersv8.2.2335Bram Moolenaar2021-01-123-0/+22
* patch 8.2.2334: Pascal-like filetypes not always detectedv8.2.2334Bram Moolenaar2021-01-125-4/+61
* patch 8.2.2333: Vim9: warning for uninitialized variablev8.2.2333Bram Moolenaar2021-01-122-2/+4
* patch 8.2.2332: Vim9: missing :endif not reported when using :windov8.2.2332Bram Moolenaar2021-01-115-42/+62
* patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar2021-01-117-18/+68
* patch 8.2.2330: Vim9: crash when using :trow in a not executed blockv8.2.2330Bram Moolenaar2021-01-113-2/+14
* patch 8.2.2329: not all ways Vim can be started are testedv8.2.2329Bram Moolenaar2021-01-112-0/+78
* Update runtime files.Bram Moolenaar2021-01-1124-161/+480