summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1940: Vim9: browse modifier test fails on Macv8.2.1940Bram Moolenaar2020-11-012-3/+7
* patch 8.2.1939: invalid memory access in Ex mode with global commandv8.2.1939Bram Moolenaar2020-11-013-0/+28
* patch 8.2.1938: wiping out a terminal buffer makes some tests failv8.2.1938Bram Moolenaar2020-11-014-4/+5
* patch 8.2.1937: Vim9: test for confirm modifier fails in some situationsv8.2.1937Bram Moolenaar2020-11-013-1/+12
* patch 8.2.1936: session sets the local 'scrolloff' value to the global valuev8.2.1936Bram Moolenaar2020-11-013-2/+17
* patch 8.2.1935: sort test fails on Macv8.2.1935Bram Moolenaar2020-11-012-13/+19
* patch 8.2.1934: Vim9: command modifiers in :def function not testedv8.2.1934Bram Moolenaar2020-11-014-8/+160
* patch 8.2.1933: cannot sort using locale orderingv8.2.1933Bram Moolenaar2020-11-014-9/+95
* patch 8.2.1932: compiler warnings when building with Athena GUIv8.2.1932Bram Moolenaar2020-11-012-14/+35
* patch 8.2.1931: Vim9: arguments of extend() not checked at compile timev8.2.1931Bram Moolenaar2020-10-313-3/+84
* patch 8.2.1930: wrong input if removing shift results in special key codev8.2.1930Bram Moolenaar2020-10-313-2/+28
* patch 8.2.1929: MS-Windows: problem loading Perl 5.32v8.2.1929Bram Moolenaar2020-10-312-2/+5
* patch 8.2.1928: Vim9: "silent!" not effective when list index is wrongv8.2.1928Bram Moolenaar2020-10-303-1/+23
* patch 8.2.1927: Vim9: get unknown error with an error in a timer functionv8.2.1927Bram Moolenaar2020-10-303-8/+8
* patch 8.2.1926: cannot use a space in 'spellfile'v8.2.1926Bram Moolenaar2020-10-303-2/+4
* patch 8.2.1925: list/dict test failsv8.2.1925Bram Moolenaar2020-10-302-2/+4
* patch 8.2.1924: Vim9: crash when indexing dict with NULL keyv8.2.1924Bram Moolenaar2020-10-304-1/+6
* patch 8.2.1923: Vim9: "filter" command modifier doesn't workv8.2.1923Bram Moolenaar2020-10-293-1/+15
* patch 8.2.1922: Win32: scrolling problems when part of window is off-screenv8.2.1922Bram Moolenaar2020-10-292-10/+51
* patch 8.2.1921: fuzzy matching does not recognize path separatorsv8.2.1921Bram Moolenaar2020-10-293-7/+13
* patch 8.2.1920: listlbr test fails when run after another testv8.2.1920Bram Moolenaar2020-10-283-1/+3
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-2819-36/+44
* patch 8.2.1918: Vim9: E1100 mentions :letv8.2.1918Bram Moolenaar2020-10-283-3/+5
* patch 8.2.1917: no test for improved Man commandv8.2.1917Bram Moolenaar2020-10-282-0/+16
* patch 8.2.1916: Vim9: function call is aborted even when "silent!" is usedv8.2.1916Bram Moolenaar2020-10-283-3/+36
* patch 8.2.1915: Vim9: error for wrong number of arguments is not usefulv8.2.1915Bram Moolenaar2020-10-283-3/+7
* patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar2020-10-288-11/+46
* patch 8.2.1913: GTK GUI: rounding for the cell height is too strictv8.2.1913Bram Moolenaar2020-10-272-3/+6
* patch 8.2.1912: with Python 3.9 some tests failv8.2.1912Bram Moolenaar2020-10-272-1/+15
* patch 8.2.1911: tiny build failsv8.2.1911Bram Moolenaar2020-10-272-1/+4
* patch 8.2.1910: reading past the end of the command linev8.2.1910Bram Moolenaar2020-10-263-2/+12
* Update runtime files.Bram Moolenaar2020-10-2638-76/+0
* patch 8.2.1909: number of status line items is limited to 80v8.2.1909Bram Moolenaar2020-10-269-116/+163
* patch 8.2.1908: Lua is initialized even when not usedv8.2.1908Bram Moolenaar2020-10-263-9/+20
* patch 8.2.1907: complete_info().selected may be wrongv8.2.1907Bram Moolenaar2020-10-263-51/+61
* patch 8.2.1906: warning for signed/unsignedv8.2.1906Bram Moolenaar2020-10-264-4/+6
* patch 8.2.1905: the wininfo list may contain stale entriesv8.2.1905Bram Moolenaar2020-10-254-8/+39
* patch 8.2.1904: still using default option values after using ":badd +1"v8.2.1904Bram Moolenaar2020-10-255-9/+25
* patch 8.2.1903: buffer test fails with normal featuresv8.2.1903Bram Moolenaar2020-10-252-2/+4
* patch 8.2.1902: default option values changed with :badd for existing bufferv8.2.1902Bram Moolenaar2020-10-253-1/+17
* patch 8.2.1901: variable completion does not work in command line windowv8.2.1901Bram Moolenaar2020-10-253-2/+41
* patch 8.2.1900: Vim9: command modifiers do not workv8.2.1900Bram Moolenaar2020-10-248-113/+161
* patch 8.2.1899: crash in out-of-memory situationv8.2.1899Bram Moolenaar2020-10-242-0/+5
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-2438-271/+284
* patch 8.2.1897: command modifiers are saved and set inconsistentlyv8.2.1897Bram Moolenaar2020-10-246-82/+115
* patch 8.2.1896: valgrind warns for using uninitialized memoryv8.2.1896Bram Moolenaar2020-10-242-2/+7
* patch 8.2.1895: Vim9: silent command modifier test failsv8.2.1895Bram Moolenaar2020-10-232-0/+5
* patch 8.2.1894: Vim9: command modifiers are not supportedv8.2.1894Bram Moolenaar2020-10-238-3/+120
* patch 8.2.1893: fuzzy matching does not support multiple wordsv8.2.1893Bram Moolenaar2020-10-233-57/+178
* patch 8.2.1892: valgrind warns for using uninitialized access in testsv8.2.1892Bram Moolenaar2020-10-232-1/+4