summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2209: Vim9: return type of => lambda not parsedv8.2.2209Bram Moolenaar2020-12-258-69/+125
* patch 8.2.2208: Vim9: after reloading a script variable index may be invalidv8.2.2208Bram Moolenaar2020-12-248-25/+131
* patch 8.2.2207: illegal memory access if popup menu items are changedv8.2.2207Bram Moolenaar2020-12-245-4/+83
* Tweak the style a bit.Bram Moolenaar2020-12-241-3/+2
* Remove table, it doesn't workBram Moolenaar2020-12-241-14/+2
* Attempt to fix markdown in table cell.Bram Moolenaar2020-12-241-2/+2
* Attempt to align the logo without a markdown table.Bram Moolenaar2020-12-241-4/+18
* patch 8.2.2206: :exe command line completion only works for first argumentv8.2.2206Bram Moolenaar2020-12-243-0/+31
* patch 8.2.2205: Vim9: memory leak when parsing lambda failsv8.2.2205Bram Moolenaar2020-12-242-0/+10
* patch 8.2.2204: Vim9: using -> both for method and lambda is confusingv8.2.2204Bram Moolenaar2020-12-245-44/+246
* patch 8.2.2203: Moodle gift files are not recognizedv8.2.2203Bram Moolenaar2020-12-243-0/+6
* patch 8.2.2202: write file test still fails on MS-Windowsv8.2.2202Bram Moolenaar2020-12-232-2/+4
* patch 8.2.2201: write file test fails on MS-Windowsv8.2.2201Bram Moolenaar2020-12-232-1/+5
* patch 8.2.2200: Vim9: lambda without white space around -> is confusingv8.2.2200Bram Moolenaar2020-12-234-9/+20
* patch 8.2.2199: first write after setting 'eol' does not have NL addedv8.2.2199Bram Moolenaar2020-12-233-1/+21
* patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar2020-12-235-3/+37