summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-2683-248/+169
* patch 8.2.1909: number of status line items is limited to 80v8.2.1909Bram Moolenaar2020-10-2610-117/+164
* 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-234-59/+195
* patch 8.2.1892: valgrind warns for using uninitialized access in testsv8.2.1892Bram Moolenaar2020-10-232-1/+4
* patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaksv8.2.1891Bram Moolenaar2020-10-227-10/+22
* patch 8.2.1890: Vim9: strange error for subtracting from a listv8.2.1890Bram Moolenaar2020-10-223-3/+27
* patch 8.2.1889: Vim9: errornous error for missing white space after {}v8.2.1889Bram Moolenaar2020-10-223-1/+9
* patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an errorv8.2.1888Bram Moolenaar2020-10-223-8/+14
* patch 8.2.1887: Github actions not optimally configuredv8.2.1887Bram Moolenaar2020-10-222-1/+4
* patch 8.2.1886: using ":silent!" in a popup filter has unexpected effectv8.2.1886Bram Moolenaar2020-10-223-4/+7
* patch 8.2.1885: filetype tests unnessarily creates swap filesv8.2.1885Bram Moolenaar2020-10-222-0/+4
* patch 8.2.1884: compiler warning for uninitialized variablev8.2.1884Bram Moolenaar2020-10-223-1/+9
* patch 8.2.1883: compiler warnings when using Pythonv8.2.1883Bram Moolenaar2020-10-214-50/+55
* patch 8.2.1882: Vim9: v:disallow_let is no longer neededv8.2.1882Bram Moolenaar2020-10-214-14/+6
* patch 8.2.1881: cannot build with GTK3v8.2.1881Bram Moolenaar2020-10-212-10/+21