summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2259: Test_Executable() fails when using chrootv8.2.2259Bram Moolenaar2021-01-012-1/+9
* patch 8.2.2258: not all OCaml related files are detectedv8.2.2258Bram Moolenaar2021-01-013-3/+17
* patch 8.2.2257: Vim9: using -> for lambda is ambiguousv8.2.2257Bram Moolenaar2020-12-3110-173/+137
* patch 8.2.2256: Vim9: cannot use function( after line break in :def functionv8.2.2256Bram Moolenaar2020-12-313-1/+29
* patch 8.2.2255: Tcl test failsv8.2.2255Bram Moolenaar2020-12-312-16/+21
* patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar2020-12-3112-56/+104
* patch 8.2.2253: Vim9: expr test failsv8.2.2253Bram Moolenaar2020-12-312-0/+4
* patch 8.2.2252: Vim9: crash when using lambda without return type in dictv8.2.2252Bram Moolenaar2020-12-314-2/+12
* patch 8.2.2251: test failures in legacy scriptv8.2.2251Bram Moolenaar2020-12-302-1/+3
* patch 8.2.2250: Vim9: sublist is ambiguousv8.2.2250Bram Moolenaar2020-12-305-74/+113
* patch 8.2.2249: termcodes test is flaky when used over sshv8.2.2249Bram Moolenaar2020-12-302-1/+6
* patch 8.2.2248: ASAN error on exit with GUIv8.2.2248Bram Moolenaar2020-12-302-3/+6
* patch 8.2.2247: VMS: various smaller problemsv8.2.2247Bram Moolenaar2020-12-309-32/+56
* patch 8.2.2246: cursor keys not recognized at the hit-Enter promptv8.2.2246Bram Moolenaar2020-12-294-12/+33
* patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executedv8.2.2245Bram Moolenaar2020-12-293-2/+14
* patch 8.2.2244: crash when making the window width negativev8.2.2244Bram Moolenaar2020-12-293-0/+12
* patch 8.2.2243: crash when popup mask contains zeroesv8.2.2243Bram Moolenaar2020-12-293-2/+16
* patch 8.2.2242: Vim9: bar line continuation does not work at script levelv8.2.2242Bram Moolenaar2020-12-296-27/+43
* patch 8.2.2241: Build with Ruby and clang may failv8.2.2241Bram Moolenaar2020-12-284-1/+9
* patch 8.2.2240: clientserver test fails if full path is usedv8.2.2240Bram Moolenaar2020-12-282-3/+5
* patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar2020-12-2810-41/+86
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-2813-65/+63
* patch 8.2.2237: CI on Mac fails in sed commandv8.2.2237Bram Moolenaar2020-12-282-1/+3
* patch 8.2.2236: 'scroll' option can change when setting the statuslinev8.2.2236Bram Moolenaar2020-12-286-1/+39
* patch 8.2.2235: build failure with some Ruby versionsv8.2.2235Bram Moolenaar2020-12-283-55/+92
* patch 8.2.2234: command line wildmenu test often fails with Unix GUIv8.2.2234Bram Moolenaar2020-12-282-12/+17
* patch 8.2.2233: cannot convert a byte index into a character indexv8.2.2233Bram Moolenaar2020-12-285-0/+109
* patch 8.2.2232: compiler error for falling through into next casev8.2.2232Bram Moolenaar2020-12-272-2/+3
* patch 8.2.2231: when "--remote file" is used "file" is not reloadedv8.2.2231Bram Moolenaar2020-12-273-0/+20
* patch 8.2.2230: Vim9: insert completion runs into errorv8.2.2230Bram Moolenaar2020-12-273-1/+22
* patch 8.2.2229: build failure without the +eval featurev8.2.2229Bram Moolenaar2020-12-272-0/+6
* patch 8.2.2228: Vim9: cannot use ":e #" because # starts a commentv8.2.2228Bram Moolenaar2020-12-273-31/+91
* patch 8.2.2227: Vim9: recognizing lambda is too complicatedv8.2.2227Bram Moolenaar2020-12-274-59/+25
* patch 8.2.2226: Vim9: script test failsv8.2.2226Bram Moolenaar2020-12-272-0/+4
* patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar2020-12-277-43/+116
* patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar2020-12-2611-47/+105
* patch 8.2.2223: Vim9: Reloading marks a :def function as deletedv8.2.2223Bram Moolenaar2020-12-265-38/+18
* patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar2020-12-268-48/+161
* patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is insertedv8.2.2221Bram Moolenaar2020-12-263-0/+21
* patch 8.2.2220: Vim9: memory leak when parsing nested parenthesisv8.2.2220Bram Moolenaar2020-12-252-0/+3
* patch 8.2.2219: Vim9: method call with expression not supportedv8.2.2219Bram Moolenaar2020-12-253-61/+120
* patch 8.2.2218: Vim9: failure if passing more args to lambda than expectedv8.2.2218Bram Moolenaar2020-12-253-2/+12
* patch 8.2.2217: Vim9: command modifiers not restored in catch blockv8.2.2217Bram Moolenaar2020-12-253-0/+16
* patch 8.2.2216: Vim9: range with missing colon can be hard to spotv8.2.2216Bram Moolenaar2020-12-255-5/+7
* patch 8.2.2215: Vim9: not recognized in global commandv8.2.2215Bram Moolenaar2020-12-253-1/+25
* patch 8.2.2214: ":e#" does not give a warning for missing white spacev8.2.2214Bram Moolenaar2020-12-253-15/+22
* patch 8.2.2213: checking white space around -> is not backwards compatiblev8.2.2213Bram Moolenaar2020-12-252-1/+3
* patch 8.2.2212: Vim9: lambda with => does not work at the script levelv8.2.2212Bram Moolenaar2020-12-256-16/+56
* patch 8.2.2211: MS-Windows: can't load Python dll if not in the pathv8.2.2211Bram Moolenaar2020-12-252-0/+75
* patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OKv8.2.2210Bram Moolenaar2020-12-254-22/+7