summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1864: Vim9: no error for wrong list typev8.2.1864Bram Moolenaar2020-10-193-41/+103
* patch 8.2.1863: json code not sufficiently testedv8.2.1863Bram Moolenaar2020-10-192-1/+13
* patch 8.2.1862: vim9: memory leak when compiling lambda failsv8.2.1862Bram Moolenaar2020-10-182-0/+5
* patch 8.2.1861: Vim9: no specific error when parsing lambda failsv8.2.1861Bram Moolenaar2020-10-183-19/+20
* patch 8.2.1860: Vim9: memory leak when throwing empty stringv8.2.1860Bram Moolenaar2020-10-172-0/+3
* patch 8.2.1859: Vim9: crash in unpack assignmentv8.2.1859Bram Moolenaar2020-10-174-0/+47
* patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar2020-10-174-4/+27
* patch 8.2.1857: Vim9: using job_status() on an unused var gives an errorv8.2.1857Bram Moolenaar2020-10-173-4/+19
* patch 8.2.1856: "2resize" uses size of current windowv8.2.1856Bram Moolenaar2020-10-173-2/+8
* patch 8.2.1855: Vim9: get error message when nothing is wrongv8.2.1855Bram Moolenaar2020-10-164-5/+9
* patch 8.2.1854: Vim9: crash when throwing exception for NULL stringv8.2.1854Bram Moolenaar2020-10-164-0/+28
* patch 8.2.1853: "to_f" is recognized at "topleft" modifierv8.2.1853Bram Moolenaar2020-10-163-2/+7
* patch 8.2.1852: map() returing zero for NULL list is unexpectedv8.2.1852Bram Moolenaar2020-10-154-6/+10
* patch 8.2.1851: Vim9: "!" followed by space incorrectly usedv8.2.1851Bram Moolenaar2020-10-154-6/+28
* patch 8.2.1850: "vat" does not select tags correctly over line breakv8.2.1850Bram Moolenaar2020-10-153-2/+16
* patch 8.2.1849: Vim9: garbage collection frees block-local variablesv8.2.1849Bram Moolenaar2020-10-153-11/+41
* patch 8.2.1848: crash when passing a NULL string or list to popup_settext()v8.2.1848Bram Moolenaar2020-10-153-2/+16
* patch 8.2.1847: Vim9: using negative value for unsigned typev8.2.1847Bram Moolenaar2020-10-152-1/+3
* patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar2020-10-1511-65/+239
* patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar2020-10-147-61/+209
* patch 8.2.1844: using "q" at the more prompt doesn't stop a long messagev8.2.1844Bram Moolenaar2020-10-134-2/+33
* patch 8.2.1843: Netbeans: with huge buffer number memory allocation may failv8.2.1843Bram Moolenaar2020-10-132-2/+12
* patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browsev8.2.1842Bram Moolenaar2020-10-134-2/+24
* patch 8.2.1841: Vim9: test for compilation error fails in normal buildv8.2.1841Bram Moolenaar2020-10-132-2/+8
* patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar2020-10-125-1/+46
* patch 8.2.1839: Vim9: memory leaks reported in assign testv8.2.1839Bram Moolenaar2020-10-124-7/+18
* patch 8.2.1838: Vim9: cannot insert a comment line in an expressionv8.2.1838Bram Moolenaar2020-10-113-1/+107
* patch 8.2.1837: using "gn" after "gN" does not workv8.2.1837Bram Moolenaar2020-10-113-3/+38
* patch 8.2.1836: autocmd test fails on pacifist systemsv8.2.1836Bram Moolenaar2020-10-112-3/+10
* patch 8.2.1835: ":help ??" finds the "!!" tagv8.2.1835Bram Moolenaar2020-10-113-28/+64
* patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9v8.2.1834Bram Moolenaar2020-10-113-14/+17
* patch 8.2.1833: when reading from stdin dup() is called twicev8.2.1833Bram Moolenaar2020-10-112-10/+7
* patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832Bram Moolenaar2020-10-113-2/+6
* patch 8.2.1831: file missing from distributionv8.2.1831Bram Moolenaar2020-10-112-0/+3
* Update runtime files.Bram Moolenaar2020-10-1130-233/+287
* patch 8.2.1830: MS-Windows: Python3 issue with stdinv8.2.1830Bram Moolenaar2020-10-102-9/+27
* patch 8.2.1829: warnings when executing Github actionsv8.2.1829Bram Moolenaar2020-10-102-2/+4
* patch 8.2.1828: build failure without the +eval featurev8.2.1828Bram Moolenaar2020-10-102-0/+4
* patch 8.2.1827: filetype detection does not test enough file namesv8.2.1827Bram Moolenaar2020-10-103-96/+107