summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-01-23patch 8.2.2397: Vim9: "%%" not seen as alternate file name for ":bdel"v8.2.2397Bram Moolenaar
2021-01-23patch 8.2.2396: Vim9: no white space allowed before "->"v8.2.2396Bram Moolenaar
2021-01-23patch 8.2.2395: Vim9: error for wrong type may report wrong line numberv8.2.2395Bram Moolenaar
2021-01-22patch 8.2.2394: Vim9: min() and max() return type is "any"v8.2.2394Bram Moolenaar
2021-01-22patch 8.2.2393: Vim9: error message when script line starts with "[{"v8.2.2393Bram Moolenaar
2021-01-22patch 8.2.2392: fennel filetype not recognizedv8.2.2392Bram Moolenaar
2021-01-22patch 8.2.2391: memory leak when creating a global function with closurev8.2.2391Bram Moolenaar
2021-01-22patch 8.2.2390: Vim9: using positive offset is unexpectedv8.2.2390Bram Moolenaar
2021-01-21patch 8.2.2389: test failure on a few systemsv8.2.2389Bram Moolenaar
2021-01-21patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar
2021-01-21patch 8.2.2387: runtime type check does not mention argument indexv8.2.2387Bram Moolenaar
2021-01-21patch 8.2.2386: Vim9: crash when using ":silent! put"v8.2.2386Bram Moolenaar
2021-01-21patch 8.2.2385: "gj" and "gk" do not work correctly when inside a foldv8.2.2385Bram Moolenaar
2021-01-21patch 8.2.2384: turtle filetype not recognizedv8.2.2384Bram Moolenaar
2021-01-21patch 8.2.2383: focus escape sequences are not namedv8.2.2383Bram Moolenaar
2021-01-21patch 8.2.2382: build failurev8.2.2382Bram Moolenaar
2021-01-21patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar
2021-01-20patch 8.2.2380: Vim9: occasional crash when using try/catch and a timerv8.2.2380Bram Moolenaar
2021-01-20patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains numberv8.2.2379Bram Moolenaar
2021-01-20patch 8.2.2378: Vim9: no error message for dividing by zerov8.2.2378Bram Moolenaar
2021-01-19patch 8.2.2377: Vim9: crash when using a range after another expressionv8.2.2377Bram Moolenaar
2021-01-19patch 8.2.2376: Vim9: crash when dividing by zero in compiled codev8.2.2376Bram Moolenaar
2021-01-19patch 8.2.2375: test for RGB color skipped in the terminalv8.2.2375Bram Moolenaar
2021-01-17patch 8.2.2374: accessing uninitialized memory in test_undov8.2.2374Bram Moolenaar
2021-01-17patch 8.2.2373: Vim9: list assignment only accepts a number indexv8.2.2373Bram Moolenaar
2021-01-17patch 8.2.2372: confusing error message for wrong :let commandv8.2.2372Bram Moolenaar
2021-01-17patch 8.2.2371: Vim9: crash when using types in :for with unpackv8.2.2371Bram Moolenaar
2021-01-17patch 8.2.2370: Vim9: command fails in catch blockv8.2.2370Bram Moolenaar
2021-01-17patch 8.2.2369: Vim9: functions return true/false but can't be used as boolv8.2.2369Bram Moolenaar
2021-01-17patch 8.2.2368: insufficient tests for setting optionsv8.2.2368Bram Moolenaar
2021-01-17patch 8.2.2367: test failures on some less often used systemsv8.2.2367Bram Moolenaar
2021-01-16patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar
2021-01-16patch 8.2.2365: Vim9: no check for map() changing item type at script levelv8.2.2365Bram Moolenaar
2021-01-16patch 8.2.2364: Vim9: line break in lambda accesses freed memoryv8.2.2364Bram Moolenaar
2021-01-16patch 8.2.2363: curpos() does not accept a string argument as beforev8.2.2363Bram Moolenaar
2021-01-16patch 8.2.2362: Vim9: check of builtin function argument type is incompletev8.2.2362Bram Moolenaar
2021-01-16patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'v8.2.2361Bram Moolenaar
2021-01-16patch 8.2.2360: test leaves file behindv8.2.2360Bram Moolenaar
2021-01-16patch 8.2.2359: strange test failure with MS-Windowsv8.2.2359Bram Moolenaar
2021-01-16patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse()v8.2.2358Bram Moolenaar
2021-01-15patch 8.2.2357: Vim9: crash when parsing function return type failsv8.2.2357Bram Moolenaar
2021-01-15patch 8.2.2356: Vim9: ":put =expr" does not handle a list properlyv8.2.2356Bram Moolenaar
2021-01-15patch 8.2.2355: stray test failure on Appveyorv8.2.2355Bram Moolenaar
2021-01-15patch 8.2.2354: crash with a weird combination of autocommandsv8.2.2354Bram Moolenaar
2021-01-15patch 8.2.2353: spartql files are not detectedv8.2.2353Bram Moolenaar
2021-01-14patch 8.2.2352: if focus lost/gained is received twice code is not ignoredv8.2.2352Bram Moolenaar
2021-01-14patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!"v8.2.2351Bram Moolenaar
2021-01-14patch 8.2.2350: using "void" for no reasonv8.2.2350Bram Moolenaar
2021-01-14patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line endv8.2.2349Bram Moolenaar
2021-01-14patch 8.2.2348: no check for modified files after focus gainedv8.2.2348Bram Moolenaar