summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-10-21patch 8.2.1881: cannot build with GTK3v8.2.1881Bram Moolenaar
2020-10-21patch 8.2.1880: Vim9: asan complains about adding zero to NULLv8.2.1880Bram Moolenaar
2020-10-21patch 8.2.1879: Vim9: argument types of insert() not checked when compilingv8.2.1879Bram Moolenaar
2020-10-21patch 8.2.1878: GTK: error for redefining functionv8.2.1878Bram Moolenaar
2020-10-21patch 8.2.1877: test for function list failsv8.2.1877Bram Moolenaar
2020-10-21patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar
2020-10-21patch 8.2.1875: warning when building GTK guiv8.2.1875Bram Moolenaar
2020-10-21patch 8.2.1874: can't do something just before leaving Insert modev8.2.1874Bram Moolenaar
2020-10-20patch 8.2.1873: Vim9: missing white space when using <f-args>v8.2.1873Bram Moolenaar
2020-10-20patch 8.2.1872: matchfuzzy() does not prefer sequential matchesv8.2.1872Bram Moolenaar
2020-10-20patch 8.2.1871: using %v in 'errorformat' may fail before %Zv8.2.1871Bram Moolenaar
2020-10-20patch 8.2.1870: Vim9: no need to keep all script variablesv8.2.1870Bram Moolenaar
2020-10-19patch 8.2.1869: Vim9: memory leak when using add()v8.2.1869Bram Moolenaar
2020-10-19patch 8.2.1868: Vim9: no error for missing space after comma in dictv8.2.1868Bram Moolenaar
2020-10-19patch 8.2.1867: Vim9: argument to add() not checked for blobv8.2.1867Bram Moolenaar
2020-10-19patch 8.2.1866: Vim9: appending to pushed blob gives wrong resultv8.2.1866Bram Moolenaar
2020-10-19patch 8.2.1865: Vim9: add() does not check type of argumentv8.2.1865Bram Moolenaar
2020-10-19patch 8.2.1864: Vim9: no error for wrong list typev8.2.1864Bram Moolenaar
2020-10-19patch 8.2.1863: json code not sufficiently testedv8.2.1863Bram Moolenaar
2020-10-18patch 8.2.1862: vim9: memory leak when compiling lambda failsv8.2.1862Bram Moolenaar
2020-10-18patch 8.2.1861: Vim9: no specific error when parsing lambda failsv8.2.1861Bram Moolenaar
2020-10-17patch 8.2.1860: Vim9: memory leak when throwing empty stringv8.2.1860Bram Moolenaar
2020-10-17patch 8.2.1859: Vim9: crash in unpack assignmentv8.2.1859Bram Moolenaar
2020-10-17patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar
2020-10-17patch 8.2.1857: Vim9: using job_status() on an unused var gives an errorv8.2.1857Bram Moolenaar
2020-10-17patch 8.2.1856: "2resize" uses size of current windowv8.2.1856Bram Moolenaar
2020-10-16patch 8.2.1855: Vim9: get error message when nothing is wrongv8.2.1855Bram Moolenaar
2020-10-16patch 8.2.1854: Vim9: crash when throwing exception for NULL stringv8.2.1854Bram Moolenaar
2020-10-16patch 8.2.1853: "to_f" is recognized at "topleft" modifierv8.2.1853Bram Moolenaar
2020-10-15patch 8.2.1852: map() returing zero for NULL list is unexpectedv8.2.1852Bram Moolenaar
2020-10-15patch 8.2.1851: Vim9: "!" followed by space incorrectly usedv8.2.1851Bram Moolenaar
2020-10-15patch 8.2.1850: "vat" does not select tags correctly over line breakv8.2.1850Bram Moolenaar
2020-10-15patch 8.2.1849: Vim9: garbage collection frees block-local variablesv8.2.1849Bram Moolenaar
2020-10-15patch 8.2.1848: crash when passing a NULL string or list to popup_settext()v8.2.1848Bram Moolenaar
2020-10-15patch 8.2.1847: Vim9: using negative value for unsigned typev8.2.1847Bram Moolenaar
2020-10-15patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar
2020-10-14patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar
2020-10-13patch 8.2.1844: using "q" at the more prompt doesn't stop a long messagev8.2.1844Bram Moolenaar
2020-10-13patch 8.2.1843: Netbeans: with huge buffer number memory allocation may failv8.2.1843Bram Moolenaar
2020-10-13patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browsev8.2.1842Bram Moolenaar
2020-10-13patch 8.2.1841: Vim9: test for compilation error fails in normal buildv8.2.1841Bram Moolenaar
2020-10-12patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar
2020-10-12patch 8.2.1839: Vim9: memory leaks reported in assign testv8.2.1839Bram Moolenaar
2020-10-11patch 8.2.1838: Vim9: cannot insert a comment line in an expressionv8.2.1838Bram Moolenaar
2020-10-11patch 8.2.1837: using "gn" after "gN" does not workv8.2.1837Bram Moolenaar
2020-10-11patch 8.2.1836: autocmd test fails on pacifist systemsv8.2.1836Bram Moolenaar
2020-10-11patch 8.2.1835: ":help ??" finds the "!!" tagv8.2.1835Bram Moolenaar
2020-10-11patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9v8.2.1834Bram Moolenaar
2020-10-11patch 8.2.1833: when reading from stdin dup() is called twicev8.2.1833Bram Moolenaar
2020-10-11patch 8.2.1832: readdirex() error is displayed as a messagev8.2.1832Bram Moolenaar