summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2273: build failurev8.2.2273Bram Moolenaar2021-01-022-1/+4
* patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar2021-01-0211-13/+149
* patch 8.2.2271: ml_get error when changing hidden buffer in Pythonv8.2.2271Bram Moolenaar2021-01-023-0/+41
* patch 8.2.2270: warning for size_t to int conversionv8.2.2270Bram Moolenaar2021-01-022-1/+3
* patch 8.2.2269: not all :hardcopy code covered by testsv8.2.2269Bram Moolenaar2021-01-012-8/+17
* patch 8.2.2268: Vim9: list unpack seen as declarationv8.2.2268Bram Moolenaar2021-01-017-15/+54
* patch 8.2.2267: Vim9: cannot use unlet for a dict memberv8.2.2267Bram Moolenaar2021-01-013-13/+35
* patch 8.2.2266: Vim9: it can be hard to see where white space is missingv8.2.2266Bram Moolenaar2021-01-017-24/+35
* patch 8.2.2265: error message for missing endfunc/enddef is last linev8.2.2265Bram Moolenaar2021-01-013-0/+22
* patch 8.2.2264: Vim9: no error for mismatched :endfunc or :enddefv8.2.2264Bram Moolenaar2021-01-014-22/+63
* patch 8.2.2263: Vim9: compilation error with try-catch in skipped blockv8.2.2263Bram Moolenaar2021-01-013-37/+78
* patch 8.2.2262: Vim9: converting bool to string prefixes v:v8.2.2262Bram Moolenaar2021-01-014-6/+13
* patch 8.2.2261: Vim9: boolean option gets string typev8.2.2261Bram Moolenaar2021-01-013-2/+10
* patch 8.2.2260: window resize test fails in very wide terminalv8.2.2260Bram Moolenaar2021-01-012-1/+3
* 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