summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-10-11patch 8.2.1831: file missing from distributionv8.2.1831Bram Moolenaar
2020-10-10patch 8.2.1830: MS-Windows: Python3 issue with stdinv8.2.1830Bram Moolenaar
2020-10-10patch 8.2.1829: warnings when executing Github actionsv8.2.1829Bram Moolenaar
2020-10-10patch 8.2.1828: build failure without the +eval featurev8.2.1828Bram Moolenaar
2020-10-10patch 8.2.1827: filetype detection does not test enough file namesv8.2.1827Bram Moolenaar
2020-10-10patch 8.2.1826: Vim9: cannot use a {} block at script levelv8.2.1826Bram Moolenaar
2020-10-10patch 8.2.1825: Vim9: accessing freed memoryv8.2.1825Bram Moolenaar
2020-10-10patch 8.2.1824: Vim9: variables at the script level escape their scopev8.2.1824Bram Moolenaar
2020-10-10patch 8.2.1823: "gN" does not select the matched stringv8.2.1823Bram Moolenaar
2020-10-10patch 8.2.1822: list test doesn't failv8.2.1822Bram Moolenaar
2020-10-10patch 8.2.1821: Vim9: concatenating to a NULL list doesn't workv8.2.1821Bram Moolenaar
2020-10-10patch 8.2.1820: Vim9: crash when error happens in timer callbackv8.2.1820Bram Moolenaar
2020-10-10patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar
2020-10-09patch 8.2.1818: SE Linux: deprecation warning for security_context_tv8.2.1818Bram Moolenaar
2020-10-09patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spotv8.2.1817Bram Moolenaar
2020-10-09patch 8.2.1816: Vim9: another memory leak when using function referencev8.2.1816Bram Moolenaar
2020-10-08patch 8.2.1815: Vim9: memory leak when using function referencev8.2.1815Bram Moolenaar
2020-10-08patch 8.2.1814: missing change to remove "static"v8.2.1814Bram Moolenaar
2020-10-08patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram Moolenaar
2020-10-07patch 8.2.1812: Vim9: nested closure throws an internal errorv8.2.1812Bram Moolenaar
2020-10-07patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'v8.2.1811Bram Moolenaar
2020-10-07patch 8.2.1810: some code in normal.c not covered by testsv8.2.1810Bram Moolenaar
2020-10-07patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar
2020-10-07patch 8.2.1808: no test coverage for ":spelldump!"v8.2.1808Bram Moolenaar
2020-10-06patch 8.2.1807: can use :help in a terminal popup windowv8.2.1807Bram Moolenaar
2020-10-06patch 8.2.1806: MS-Windows with Python: Vim freezes after import commandv8.2.1806Bram Moolenaar
2020-10-05patch 8.2.1805: Unix: terminal mode changed when using ":shell"v8.2.1805Bram Moolenaar
2020-10-05patch 8.2.1804: resolve('/') returns an empty stringv8.2.1804Bram Moolenaar
2020-10-05patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar
2020-10-05patch 8.2.1802: Vim9: crash with unterminated dictv8.2.1802Bram Moolenaar