summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-09-23patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar
2020-09-22patch 8.2.1728: compiler warning for using uninitialized variablev8.2.1728Bram Moolenaar
2020-09-22patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar
2020-09-22patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar
2020-09-22patch 8.2.1725: not all Pascal files are recognizedv8.2.1725Bram Moolenaar
2020-09-21patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar
2020-09-21patch 8.2.1723: Vim9: Variable argument name cannot start with underscorev8.2.1723Bram Moolenaar
2020-09-21patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type functionv8.2.1722Bram Moolenaar
2020-09-21patch 8.2.1721: MS-Windows installer doesn't workv8.2.1721Bram Moolenaar
2020-09-21patch 8.2.1720: Vim9: memory leak with heredoc that isn't executedv8.2.1720Bram Moolenaar
2020-09-20patch 8.2.1719: Vim9: no error if comma is missing in between argumentsv8.2.1719Bram Moolenaar
2020-09-20patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reasonv8.2.1718Bram Moolenaar
2020-09-20patch 8.2.1717v8.2.1717Bram Moolenaar
2020-09-20patch 8.2.1716: options window has duplicate translationsv8.2.1716Bram Moolenaar
2020-09-20patch 8.2.1715: Motif GUI: commented out code missed {}v8.2.1715Bram Moolenaar
2020-09-20patch 8.2.1714: text properties corrupted with substitute commandv8.2.1714Bram Moolenaar
2020-09-20patch 8.2.1713: Motif GUI: crash when setting menu colorsv8.2.1713Bram Moolenaar
2020-09-19patch 8.2.1712: Vim9: leaking memory when calling a lambdav8.2.1712Bram Moolenaar
2020-09-19patch 8.2.1711: Vim9: leaking memory when using partialv8.2.1711Bram Moolenaar
2020-09-19patch 8.2.1710: Vim9: list of list type can be wrongv8.2.1710Bram Moolenaar
2020-09-18patch 8.2.1709: Vim9: memory leak when using multiple closuresv8.2.1709Bram Moolenaar
2020-09-18patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar
2020-09-18patch 8.2.1707: small inconsitency in highlight testv8.2.1707Bram Moolenaar
2020-09-18patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar
2020-09-18patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"v8.2.1705Bram Moolenaar
2020-09-17patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704Bram Moolenaar
2020-09-17patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar
2020-09-17patch 8.2.1702: crash when using undo after deleting folded linesv8.2.1702Bram Moolenaar
2020-09-16patch 8.2.1701: Vim9: sort("i") does not workv8.2.1701Bram Moolenaar
2020-09-16patch 8.2.1700: Vim9: try/catch causes wrong value to be returnedv8.2.1700Bram Moolenaar
2020-09-16patch 8.2.1699: build failure due to missing error messagev8.2.1699Bram Moolenaar
2020-09-16patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar
2020-09-16patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar
2020-09-16patch 8.2.1696: unused (duplicate) macrosv8.2.1696Bram Moolenaar
2020-09-16patch 8.2.1695: Vim9: crash when using varargs type "any"v8.2.1695Bram Moolenaar
2020-09-16patch 8.2.1694: compiler warning for loss if datav8.2.1694Bram Moolenaar
2020-09-16patch 8.2.1693: "hi def" does not work for cleared highlightv8.2.1693Bram Moolenaar
2020-09-16patch 8.2.1692: build fails because TTFLAG_STATIC is missingv8.2.1692Bram Moolenaar
2020-09-16patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar
2020-09-15patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar
2020-09-15patch 8.2.1689: 'colorcolumn' doesn't show in indentv8.2.1689Bram Moolenaar
2020-09-15patch 8.2.1688: increment/decrement removes text propertyv8.2.1688Bram Moolenaar
2020-09-14patch 8.2.1687: Vim9: out of bounds errorv8.2.1687Bram Moolenaar
2020-09-14patch 8.2.1686: Vim9: "const!" not sufficiently testedv8.2.1686Bram Moolenaar
2020-09-14patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar
2020-09-14patch 8.2.1684: "gF" does not use line number after file in Visual modev8.2.1684Bram Moolenaar
2020-09-14patch 8.2.1683: Vim9: assignment test failsv8.2.1683Bram Moolenaar
2020-09-14patch 8.2.1682: Vim9: const works in an unexpected wayv8.2.1682Bram Moolenaar
2020-09-14patch 8.2.1681: Vim9: unnessary :call commands in testsv8.2.1681Bram Moolenaar
2020-09-14patch 8.2.1680: Vim9: line number for compare error is wrongv8.2.1680Bram Moolenaar