summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-01-14patch 8.2.2347: build failure without GUIv8.2.2347Bram Moolenaar
2021-01-14patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346Bram Moolenaar
2021-01-14patch 8.2.2345: no focus events in a terminalv8.2.2345Bram Moolenaar
2021-01-13patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar
2021-01-13patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar
2021-01-13patch 8.2.2342: "char" functions may return wrong column in Insert modev8.2.2342Bram Moolenaar
2021-01-13patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar
2021-01-12patch 8.2.2340: win_execute() unexpectedly returns number zero when failingv8.2.2340Bram Moolenaar
2021-01-12patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar
2021-01-12patch 8.2.2338: Vim9: no error if using job_info() result wronglyv8.2.2338Bram Moolenaar
2021-01-12patch 8.2.2337: configure test for GTK only says "no"v8.2.2337Bram Moolenaar
2021-01-12patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar
2021-01-12patch 8.2.2335: Vim9: "silent return" does not restore command modifiersv8.2.2335Bram Moolenaar
2021-01-12patch 8.2.2334: Pascal-like filetypes not always detectedv8.2.2334Bram Moolenaar
2021-01-12patch 8.2.2333: Vim9: warning for uninitialized variablev8.2.2333Bram Moolenaar
2021-01-11patch 8.2.2332: Vim9: missing :endif not reported when using :windov8.2.2332Bram Moolenaar
2021-01-11patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar
2021-01-11patch 8.2.2330: Vim9: crash when using :trow in a not executed blockv8.2.2330Bram Moolenaar
2021-01-11patch 8.2.2329: not all ways Vim can be started are testedv8.2.2329Bram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2021-01-11patch 8.2.2328: some test files may not be deletedv8.2.2328Bram Moolenaar
2021-01-10patch 8.2.2327: debugging code includedv8.2.2327Bram Moolenaar
2021-01-10patch 8.2.2326: build error with +eval feature but without +spellv8.2.2326Bram Moolenaar
2021-01-10patch 8.2.2325: Vim9: crash if map() changes the item typev8.2.2325Bram Moolenaar
2021-01-10patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar
2021-01-10patch 8.2.2323: Vim9: error when inferring type from empty dict/listv8.2.2323Bram Moolenaar
2021-01-10patch 8.2.2322: Vim9: closure nested limiting to one levelv8.2.2322Bram Moolenaar
2021-01-10patch 8.2.2321: Vim9: cannot nest closuresv8.2.2321Bram Moolenaar
2021-01-09patch 8.2.2320: Vim9: no error for comparing bool with stringv8.2.2320Bram Moolenaar
2021-01-09patch 8.2.2319: "exptype_T" can be read as "expected type"v8.2.2319Bram Moolenaar
2021-01-09patch 8.2.2318: Vim9: string and list index work differentlyv8.2.2318Bram Moolenaar
2021-01-09patch 8.2.2317: Vim9: command modifier before list unpack doesn't workv8.2.2317Bram Moolenaar
2021-01-08patch 8.2.2316: Vim9: cannot list a lambda functionv8.2.2316Bram Moolenaar
2021-01-08patch 8.2.2315: Vim9: "enddef" as dict key misintepreted as function endv8.2.2315Bram Moolenaar
2021-01-08patch 8.2.2314: Vim9: returning zero takes two instructionsv8.2.2314Bram Moolenaar
2021-01-08patch 8.2.2313: Vim9: using uninitialized field when parsing rangev8.2.2313Bram Moolenaar
2021-01-08patch 8.2.2312: build failure with Ruby 3.0 and 32 bitsv8.2.2312Bram Moolenaar
2021-01-07patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifierv8.2.2311Bram Moolenaar