summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-09-14patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar
2020-09-13patch 8.2.1678: crash when using ":set" after ":ownsyntax"v8.2.1678Bram Moolenaar
2020-09-13patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar
2020-09-13patch 8.2.1676: compiler warnings for function typecastv8.2.1676Bram Moolenaar
2020-09-13patch 8.2.1675: MinGW: testdir makefile deletes non-existing filev8.2.1675Bram Moolenaar
2020-09-13patch 8.2.1674: Vim9: internal error when using variable that was not setv8.2.1674Bram Moolenaar
2020-09-12patch 8.2.1673: complete_info() selected index has an invalid valuev8.2.1673Bram Moolenaar
2020-09-12patch 8.2.1672: v_lock is used when it is not initializedv8.2.1672Bram Moolenaar
2020-09-12patch 8.2.1671: Vim9: stray error for missing white spacev8.2.1671Bram Moolenaar
2020-09-12patch 8.2.1670: a couple of gcc compiler warningsv8.2.1670Bram Moolenaar
2020-09-12patch 8.2.1669: Vim9: memory leak when storing a value failsv8.2.1669Bram Moolenaar
2020-09-12patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is anyv8.2.1668Bram Moolenaar
2020-09-12patch 8.2.1667: local function name cannot shadow a global function namev8.2.1667Bram Moolenaar
2020-09-12patch 8.2.1666: the initial value of 'backupskip' can have duplicate itemsv8.2.1666Bram Moolenaar
2020-09-11patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar
2020-09-11patch 8.2.1664: memory leak when using :mkview with a terminal bufferv8.2.1664Bram Moolenaar
2020-09-11patch 8.2.1663: options window entries cannot be translatedv8.2.1663Bram Moolenaar
2020-09-11patch 8.2.1662: :mksession does not restore shared terminal buffer properlyv8.2.1662Bram Moolenaar
2020-09-11patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addressesv8.2.1661Bram Moolenaar
2020-09-11patch 8.2.1660: assert functions require passing expected as first argumentv8.2.1660Bram Moolenaar
2020-09-11patch 8.2.1659: spellfile code not completely testedv8.2.1659Bram Moolenaar
2020-09-11patch 8.2.1658: expand('<stack>') has trailing ".."v8.2.1658Bram Moolenaar
2020-09-10patch 8.2.1657: Vim9: no proper error for nested ":def!"v8.2.1657Bram Moolenaar
2020-09-10patch 8.2.1656: Vim9: callstack wrong if :def function calls :def functionv8.2.1656Bram Moolenaar
2020-09-10patch 8.2.1655: cannot build with Strawberry Perl 5.32.0v8.2.1655Bram Moolenaar
2020-09-10patch 8.2.1654: when job writes to hidden buffer current window is wrongv8.2.1654Bram Moolenaar
2020-09-10patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar