summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-12-29patch 8.2.2246: cursor keys not recognized at the hit-Enter promptv8.2.2246Bram Moolenaar
2020-12-29patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executedv8.2.2245Bram Moolenaar
2020-12-29patch 8.2.2244: crash when making the window width negativev8.2.2244Bram Moolenaar
2020-12-29patch 8.2.2243: crash when popup mask contains zeroesv8.2.2243Bram Moolenaar
2020-12-29patch 8.2.2242: Vim9: bar line continuation does not work at script levelv8.2.2242Bram Moolenaar
2020-12-28patch 8.2.2241: Build with Ruby and clang may failv8.2.2241Bram Moolenaar
2020-12-28patch 8.2.2240: clientserver test fails if full path is usedv8.2.2240Bram Moolenaar
2020-12-28patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar
2020-12-28patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar
2020-12-28patch 8.2.2237: CI on Mac fails in sed commandv8.2.2237Bram Moolenaar
2020-12-28patch 8.2.2236: 'scroll' option can change when setting the statuslinev8.2.2236Bram Moolenaar
2020-12-28patch 8.2.2235: build failure with some Ruby versionsv8.2.2235Bram Moolenaar
2020-12-28patch 8.2.2234: command line wildmenu test often fails with Unix GUIv8.2.2234Bram Moolenaar
2020-12-28patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar
2020-12-27patch 8.2.2232: compiler error for falling through into next casev8.2.2232Bram Moolenaar
2020-12-27patch 8.2.2231: when "--remote file" is used "file" is not reloadedv8.2.2231Bram Moolenaar
2020-12-27patch 8.2.2230: Vim9: insert completion runs into errorv8.2.2230Bram Moolenaar
2020-12-27patch 8.2.2229: build failure without the +eval featurev8.2.2229Bram Moolenaar
2020-12-27patch 8.2.2228: Vim9: cannot use ":e #" because # starts a commentv8.2.2228Bram Moolenaar
2020-12-27patch 8.2.2227: Vim9: recognizing lambda is too complicatedv8.2.2227Bram Moolenaar
2020-12-27patch 8.2.2226: Vim9: script test failsv8.2.2226Bram Moolenaar
2020-12-27patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar
2020-12-26patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar
2020-12-26patch 8.2.2223: Vim9: Reloading marks a :def function as deletedv8.2.2223Bram Moolenaar
2020-12-26patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar
2020-12-26patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is insertedv8.2.2221Bram Moolenaar
2020-12-25patch 8.2.2220: Vim9: memory leak when parsing nested parenthesisv8.2.2220Bram Moolenaar
2020-12-25patch 8.2.2219: Vim9: method call with expression not supportedv8.2.2219Bram Moolenaar
2020-12-25patch 8.2.2218: Vim9: failure if passing more args to lambda than expectedv8.2.2218Bram Moolenaar
2020-12-25patch 8.2.2217: Vim9: command modifiers not restored in catch blockv8.2.2217Bram Moolenaar
2020-12-25patch 8.2.2216: Vim9: range with missing colon can be hard to spotv8.2.2216Bram Moolenaar
2020-12-25patch 8.2.2215: Vim9: not recognized in global commandv8.2.2215Bram Moolenaar
2020-12-25patch 8.2.2214: ":e#" does not give a warning for missing white spacev8.2.2214Bram Moolenaar
2020-12-25patch 8.2.2213: checking white space around -> is not backwards compatiblev8.2.2213Bram Moolenaar
2020-12-25patch 8.2.2212: Vim9: lambda with => does not work at the script levelv8.2.2212Bram Moolenaar
2020-12-25patch 8.2.2211: MS-Windows: can't load Python dll if not in the pathv8.2.2211Bram Moolenaar
2020-12-25patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OKv8.2.2210Bram Moolenaar
2020-12-25patch 8.2.2209: Vim9: return type of => lambda not parsedv8.2.2209Bram Moolenaar
2020-12-24patch 8.2.2208: Vim9: after reloading a script variable index may be invalidv8.2.2208Bram Moolenaar
2020-12-24patch 8.2.2207: illegal memory access if popup menu items are changedv8.2.2207Bram Moolenaar
2020-12-24patch 8.2.2206: :exe command line completion only works for first argumentv8.2.2206Bram Moolenaar
2020-12-24patch 8.2.2205: Vim9: memory leak when parsing lambda failsv8.2.2205Bram Moolenaar
2020-12-24patch 8.2.2204: Vim9: using -> both for method and lambda is confusingv8.2.2204Bram Moolenaar
2020-12-24patch 8.2.2203: Moodle gift files are not recognizedv8.2.2203Bram Moolenaar
2020-12-23patch 8.2.2202: write file test still fails on MS-Windowsv8.2.2202Bram Moolenaar
2020-12-23patch 8.2.2201: write file test fails on MS-Windowsv8.2.2201Bram Moolenaar
2020-12-23patch 8.2.2200: Vim9: lambda without white space around -> is confusingv8.2.2200Bram Moolenaar
2020-12-23patch 8.2.2199: first write after setting 'eol' does not have NL addedv8.2.2199Bram Moolenaar
2020-12-23patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar
2020-12-23Update runtime files.Bram Moolenaar