summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1880: Vim9: asan complains about adding zero to NULLv8.2.1880Bram Moolenaar2020-10-212-4/+8
* patch 8.2.1879: Vim9: argument types of insert() not checked when compilingv8.2.1879Bram Moolenaar2020-10-215-9/+59
* patch 8.2.1878: GTK: error for redefining functionv8.2.1878Bram Moolenaar2020-10-215-128/+109
* patch 8.2.1877: test for function list failsv8.2.1877Bram Moolenaar2020-10-212-14/+16
* patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar2020-10-217-1051/+1644
* patch 8.2.1875: warning when building GTK guiv8.2.1875Bram Moolenaar2020-10-212-2/+4
* patch 8.2.1874: can't do something just before leaving Insert modev8.2.1874Bram Moolenaar2020-10-216-5/+27
* patch 8.2.1873: Vim9: missing white space when using <f-args>v8.2.1873Bram Moolenaar2020-10-203-1/+22
* patch 8.2.1872: matchfuzzy() does not prefer sequential matchesv8.2.1872Bram Moolenaar2020-10-203-7/+23
* patch 8.2.1871: using %v in 'errorformat' may fail before %Zv8.2.1871Bram Moolenaar2020-10-203-1/+20
* patch 8.2.1870: Vim9: no need to keep all script variablesv8.2.1870Bram Moolenaar2020-10-207-19/+76
* patch 8.2.1869: Vim9: memory leak when using add()v8.2.1869Bram Moolenaar2020-10-192-0/+3
* patch 8.2.1868: Vim9: no error for missing space after comma in dictv8.2.1868Bram Moolenaar2020-10-193-0/+8
* patch 8.2.1867: Vim9: argument to add() not checked for blobv8.2.1867Bram Moolenaar2020-10-197-5/+106
* patch 8.2.1866: Vim9: appending to pushed blob gives wrong resultv8.2.1866Bram Moolenaar2020-10-193-0/+9
* patch 8.2.1865: Vim9: add() does not check type of argumentv8.2.1865Bram Moolenaar2020-10-197-4/+122