summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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
2021-01-07patch 8.2.2310: Vim9: winsaveview() return type is too genericv8.2.2310Bram Moolenaar
2021-01-07patch 8.2.2309: 0o777 not recognized as octalv8.2.2309Bram Moolenaar
2021-01-07patch 8.2.2308: Vim9: no error when assigning lambda to funcrefv8.2.2308Bram Moolenaar
2021-01-07patch 8.2.2307: a shell command in the vimrc causes terminal outputv8.2.2307Bram Moolenaar
2021-01-06patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar
2021-01-05patch 8.2.2305: Vim9: "++var" and "--var" are silently acceptedv8.2.2305Bram Moolenaar
2021-01-05patch 8.2.2304: Vim9: no test for unletting an imported variablev8.2.2304Bram Moolenaar
2021-01-05patch 8.2.2303: Vim9: backtick expansion doesn't work for :foldopenv8.2.2303Bram Moolenaar
2021-01-05patch 8.2.2302: Vim9: using an option value may use uninitialized memoryv8.2.2302Bram Moolenaar
2021-01-04patch 8.2.2301: Vim9: cannot unlet a dict or list itemv8.2.2301Bram Moolenaar
2021-01-04patch 8.2.2300: Vim9: wrong order on type stack when using dictv8.2.2300Bram Moolenaar
2021-01-04patch 8.2.2299: Vim9: invalid memory access making error message flakyv8.2.2299Bram Moolenaar
2021-01-04patch 8.2.2298: Vim9: comment right after "(" of function not recognizedv8.2.2298Bram Moolenaar
2021-01-04patch 8.2.2297: Vim9: cannot set 'number' to a boolean valuev8.2.2297Bram Moolenaar