summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-08-08patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar
2020-08-08patch 8.2.1394: Vim9: compiling a function interferes with command modifiersv8.2.1394Bram Moolenaar
2020-08-08patch 8.2.1393: insufficient testing for script debuggingv8.2.1393Bram Moolenaar
2020-08-08patch 8.2.1392: Vim9: line number incorrect after skipping over comment linesv8.2.1392Bram Moolenaar
2020-08-07patch 8.2.1391: Vim9: no error for shadowing a script functionv8.2.1391Bram Moolenaar
2020-08-07patch 8.2.1390: Vim9: type error after storing an option valuev8.2.1390Bram Moolenaar
2020-08-07patch 8.2.1389: file missing from the distributionv8.2.1389Bram Moolenaar
2020-08-07patch 8.2.1388: Vim9: += only works for numbersv8.2.1388Bram Moolenaar
2020-08-07Update runtime files.Bram Moolenaar
2020-08-07patch 8.2.1387: Vim9: cannot assign to single letter variable with typev8.2.1387Bram Moolenaar
2020-08-07patch 8.2.1386: backslash not removed afer space with space in 'isfname'v8.2.1386Bram Moolenaar
2020-08-07patch 8.2.1385: no testing on ARMv8.2.1385Bram Moolenaar
2020-08-07patch 8.2.1384: no ATTENTION prompt for :vimgrep first match filev8.2.1384Bram Moolenaar
2020-08-07patch 8.2.1383: test 49 is old stylev8.2.1383Bram Moolenaar
2020-08-06patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar
2020-08-06patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirectedv8.2.1381Bram Moolenaar
2020-08-06patch 8.2.1380: Vim9: return type of getreg() is always a stringv8.2.1380Bram Moolenaar
2020-08-06patch 8.2.1379: curly braces expression ending in " }" does not workv8.2.1379Bram Moolenaar
2020-08-06patch 8.2.1378: cannot put space between function name and parenv8.2.1378Bram Moolenaar
2020-08-05patch 8.2.1377: triggering the ATTENTION prompt causes typeahead mess upv8.2.1377Bram Moolenaar
2020-08-05patch 8.2.1376: Vim9: expression mapping causes error for using :importv8.2.1376Bram Moolenaar
2020-08-05patch 8.2.1375: Vim9: method name with digit not acceptedv8.2.1375Bram Moolenaar
2020-08-05patch 8.2.1374: Vim9: error for assigning empty list to script variablev8.2.1374Bram Moolenaar
2020-08-05patch 8.2.1373: Vim9: no error for assigning to non-existing script varv8.2.1373Bram Moolenaar
2020-08-05patch 8.2.1372: Vim9: no error for missing white space around operatorv8.2.1372Bram Moolenaar
2020-08-05patch 8.2.1371: Vim9: no error for missing white space around operatorv8.2.1371Bram Moolenaar