summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-04patch 8.2.1950: Vim9: crash when compiling function fails when getting typev8.2.1950Bram Moolenaar
2020-11-04patch 8.2.1949: Vim9: using extend() on null dict is silently ignoredv8.2.1949Bram Moolenaar
2020-11-04patch 8.2.1948: GUI: crash when handling message while closing a windowv8.2.1948Bram Moolenaar
2020-11-03patch 8.2.1947: crash when using "zj" without foldsv8.2.1947Bram Moolenaar
2020-11-03patch 8.2.1946: sort() with NULL string not testedv8.2.1946Bram Moolenaar
2020-11-03patch 8.2.1945: crash when passing NULL function to reduce()v8.2.1945Bram Moolenaar
2020-11-03patch 8.2.1944: Netbeans test is flakyv8.2.1944Bram Moolenaar
2020-11-02patch 8.2.1943: Vim9: wrong error message when colon is missingv8.2.1943Bram Moolenaar
2020-11-02patch 8.2.1942: insufficient test coverage for the Netbeans interfacev8.2.1942Bram Moolenaar
2020-11-01patch 8.2.1941: Ex mode test fails on MS-Windows with GUIv8.2.1941Bram Moolenaar
2020-11-01patch 8.2.1940: Vim9: browse modifier test fails on Macv8.2.1940Bram Moolenaar
2020-11-01patch 8.2.1939: invalid memory access in Ex mode with global commandv8.2.1939Bram Moolenaar
2020-11-01patch 8.2.1938: wiping out a terminal buffer makes some tests failv8.2.1938Bram Moolenaar
2020-11-01patch 8.2.1937: Vim9: test for confirm modifier fails in some situationsv8.2.1937Bram Moolenaar
2020-11-01patch 8.2.1936: session sets the local 'scrolloff' value to the global valuev8.2.1936Bram Moolenaar
2020-11-01patch 8.2.1935: sort test fails on Macv8.2.1935Bram Moolenaar
2020-11-01patch 8.2.1934: Vim9: command modifiers in :def function not testedv8.2.1934Bram Moolenaar
2020-11-01patch 8.2.1933: cannot sort using locale orderingv8.2.1933Bram Moolenaar
2020-11-01patch 8.2.1932: compiler warnings when building with Athena GUIv8.2.1932Bram Moolenaar
2020-10-31patch 8.2.1931: Vim9: arguments of extend() not checked at compile timev8.2.1931Bram Moolenaar
2020-10-31patch 8.2.1930: wrong input if removing shift results in special key codev8.2.1930Bram Moolenaar
2020-10-31patch 8.2.1929: MS-Windows: problem loading Perl 5.32v8.2.1929Bram Moolenaar
2020-10-30patch 8.2.1928: Vim9: "silent!" not effective when list index is wrongv8.2.1928Bram Moolenaar
2020-10-30patch 8.2.1927: Vim9: get unknown error with an error in a timer functionv8.2.1927Bram Moolenaar
2020-10-30patch 8.2.1926: cannot use a space in 'spellfile'v8.2.1926Bram Moolenaar
2020-10-30patch 8.2.1925: list/dict test failsv8.2.1925Bram Moolenaar
2020-10-30patch 8.2.1924: Vim9: crash when indexing dict with NULL keyv8.2.1924Bram Moolenaar
2020-10-29patch 8.2.1923: Vim9: "filter" command modifier doesn't workv8.2.1923Bram Moolenaar
2020-10-29patch 8.2.1922: Win32: scrolling problems when part of window is off-screenv8.2.1922Bram Moolenaar
2020-10-29patch 8.2.1921: fuzzy matching does not recognize path separatorsv8.2.1921Bram Moolenaar
2020-10-28patch 8.2.1920: listlbr test fails when run after another testv8.2.1920Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-10-28patch 8.2.1918: Vim9: E1100 mentions :letv8.2.1918Bram Moolenaar
2020-10-28patch 8.2.1917: no test for improved Man commandv8.2.1917Bram Moolenaar
2020-10-28patch 8.2.1916: Vim9: function call is aborted even when "silent!" is usedv8.2.1916Bram Moolenaar
2020-10-28patch 8.2.1915: Vim9: error for wrong number of arguments is not usefulv8.2.1915Bram Moolenaar
2020-10-28patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar
2020-10-27patch 8.2.1913: GTK GUI: rounding for the cell height is too strictv8.2.1913Bram Moolenaar
2020-10-27patch 8.2.1912: with Python 3.9 some tests failv8.2.1912Bram Moolenaar
2020-10-27patch 8.2.1911: tiny build failsv8.2.1911Bram Moolenaar
2020-10-26patch 8.2.1910: reading past the end of the command linev8.2.1910Bram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-10-26patch 8.2.1909: number of status line items is limited to 80v8.2.1909Bram Moolenaar
2020-10-26patch 8.2.1908: Lua is initialized even when not usedv8.2.1908Bram Moolenaar
2020-10-26patch 8.2.1907: complete_info().selected may be wrongv8.2.1907Bram Moolenaar
2020-10-26patch 8.2.1906: warning for signed/unsignedv8.2.1906Bram Moolenaar
2020-10-25patch 8.2.1905: the wininfo list may contain stale entriesv8.2.1905Bram Moolenaar
2020-10-25patch 8.2.1904: still using default option values after using ":badd +1"v8.2.1904Bram Moolenaar
2020-10-25patch 8.2.1903: buffer test fails with normal featuresv8.2.1903Bram Moolenaar
2020-10-25patch 8.2.1902: default option values changed with :badd for existing bufferv8.2.1902Bram Moolenaar