summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-14patch 8.2.1445: Vim9: function expanded name is cleared when sourcing againv8.2.1445Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-13patch 8.2.1443: Vim9: crash when interrupting a nested :def functionv8.2.1443Bram Moolenaar
2020-08-13patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442Bram Moolenaar
2020-08-13patch 8.2.1441: running tests in tiny version gives error for summarize.vimv8.2.1441Bram Moolenaar
2020-08-13patch 8.2.1440: debugger code insufficiently testedv8.2.1440Bram Moolenaar
2020-08-13patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar
2020-08-12patch 8.2.1438: missing tests for interrupting script execution from debuggerv8.2.1438Bram Moolenaar
2020-08-12patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntaxv8.2.1437Bram Moolenaar
2020-08-12patch 8.2.1436: function implementing :substitute has unexpected namev8.2.1436Bram Moolenaar
2020-08-12patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar
2020-08-12patch 8.2.1434: Vim9: crash when lambda uses outer function argumentv8.2.1434Bram Moolenaar
2020-08-12patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambdav8.2.1433Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-08-12patch 8.2.1431: Vim9: no error for white space before comma in dictv8.2.1431Bram Moolenaar
2020-08-12patch 8.2.1430: Vim9: error for missing comma instead of extra white spacev8.2.1430Bram Moolenaar
2020-08-12patch 8.2.1429: Vim9: no error for missing white after : in dictv8.2.1429Bram Moolenaar
2020-08-12patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar
2020-08-12patch 8.2.1427: Vim9: cannot use a range with marks in :def functionv8.2.1427Bram Moolenaar
2020-08-12patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar
2020-08-12patch 8.2.1425: Vim9: cannot use call() without :callv8.2.1425Bram Moolenaar
2020-08-11patch 8.2.1424: Mac build failsv8.2.1424Bram Moolenaar
2020-08-11patch 8.2.1423: Vim9: find global function when looking for script-localv8.2.1423Bram Moolenaar
2020-08-11patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar
2020-08-11patch 8.2.1421: Vim9: handling "+" and "-" before number differs from scriptv8.2.1421Bram Moolenaar
2020-08-11patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar
2020-08-10patch 8.2.1419: Vim9: not operator applied too earlyv8.2.1419Bram Moolenaar
2020-08-10patch 8.2.1418: Vim9: invalid error for missing white spacev8.2.1418Bram Moolenaar
2020-08-10patch 8.2.1417: test 49 is old stylev8.2.1417Bram Moolenaar
2020-08-10patch 8.2.1416: Vim9: boolean evaluation does not work as intendedv8.2.1416Bram Moolenaar
2020-08-10patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'v8.2.1415Bram Moolenaar
2020-08-10patch 8.2.1414: popupwindow missing last couple of linesv8.2.1414Bram Moolenaar
2020-08-10patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar
2020-08-09patch 8.2.1412: Vim: not operator does not result in booleanv8.2.1412Bram Moolenaar
2020-08-09patch 8.2.1411: when splitting a window localdir is copied but prevdir is notv8.2.1411Bram Moolenaar
2020-08-09patch 8.2.1410: adding compiler plugin requires test changev8.2.1410Bram Moolenaar
2020-08-09patch 8.2.1409: nmpmrc and php.ini filetypes not recognizedv8.2.1409Bram Moolenaar
2020-08-09patch 8.2.1408: Vim9: type casting not supportedv8.2.1408Bram Moolenaar
2020-08-09patch 8.2.1407: Vim9: type of list and dict only depends on first itemv8.2.1407Bram Moolenaar
2020-08-09patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is usedv8.2.1406Bram Moolenaar
2020-08-09patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405Bram Moolenaar
2020-08-09patch 8.2.1404: Vim9: script test fails in the GUIv8.2.1404Bram Moolenaar
2020-08-09patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline windowv8.2.1403Bram Moolenaar
2020-08-09patch 8.2.1402: s390x tests always failv8.2.1402Bram Moolenaar
2020-08-09patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar
2020-08-09patch 8.2.1400: Vim9: test does not delete written filesv8.2.1400Bram Moolenaar
2020-08-08patch 8.2.1399: Vim9: may find imported item in wrong scriptv8.2.1399Bram Moolenaar
2020-08-08patch 8.2.1398: autoload script sourced twice if sourced directlyv8.2.1398Bram Moolenaar
2020-08-08patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth argv8.2.1397Bram Moolenaar
2020-08-08patch 8.2.1396: Vim9: no error for unexpectedly returning a valuev8.2.1396Bram Moolenaar