summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1457: Vim9: the output of :disassemble cannot be interruptedv8.2.1457Bram Moolenaar2020-08-152-0/+7
* patch 8.2.1456: MS-Windows: test files are not deletedv8.2.1456Bram Moolenaar2020-08-142-4/+6
* patch 8.2.1455: Vim9: crash when using typecast before constantv8.2.1455Bram Moolenaar2020-08-143-2/+12
* patch 8.2.1454: Vim9: failure invoking lambda with wrong argumentsv8.2.1454Bram Moolenaar2020-08-144-1/+17
* patch 8.2.1453: Vim9: failure to compile lambda not testedv8.2.1453Bram Moolenaar2020-08-142-0/+3
* patch 8.2.1452: Vim9: dead code in to_name_end()v8.2.1452Bram Moolenaar2020-08-142-11/+2
* patch 8.2.1451: Vim9: list type at script level only uses first itemv8.2.1451Bram Moolenaar2020-08-143-2/+55
* patch 8.2.1450: Vim9: no check that script-local items don't become globalv8.2.1450Bram Moolenaar2020-08-142-0/+38
* patch 8.2.1449: some test makefiles delete files that are not generatedv8.2.1449Bram Moolenaar2020-08-145-13/+3
* patch 8.2.1448: test 77a for VMS depends on small.vim which does not existv8.2.1448Bram Moolenaar2020-08-142-1/+7
* patch 8.2.1447: Vim9: return type of keys() is list<any>v8.2.1447Bram Moolenaar2020-08-143-1/+8
* patch 8.2.1446: Vim9: line number in error message is not correctv8.2.1446Bram Moolenaar2020-08-143-1/+44
* patch 8.2.1445: Vim9: function expanded name is cleared when sourcing againv8.2.1445Bram Moolenaar2020-08-143-1/+28
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-1317-310/+344
* patch 8.2.1443: Vim9: crash when interrupting a nested :def functionv8.2.1443Bram Moolenaar2020-08-132-8/+11
* patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442Bram Moolenaar2020-08-138-26/+8
* patch 8.2.1441: running tests in tiny version gives error for summarize.vimv8.2.1441Bram Moolenaar2020-08-133-1/+4
* patch 8.2.1440: debugger code insufficiently testedv8.2.1440Bram Moolenaar2020-08-133-80/+110
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-1329-205/+594
* patch 8.2.1438: missing tests for interrupting script execution from debuggerv8.2.1438Bram Moolenaar2020-08-122-0/+125
* patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntaxv8.2.1437Bram Moolenaar2020-08-123-0/+20
* patch 8.2.1436: function implementing :substitute has unexpected namev8.2.1436Bram Moolenaar2020-08-125-6/+8
* patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar2020-08-129-10/+149
* patch 8.2.1434: Vim9: crash when lambda uses outer function argumentv8.2.1434Bram Moolenaar2020-08-123-0/+18
* patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambdav8.2.1433Bram Moolenaar2020-08-123-5/+24
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-12159-873/+942
* patch 8.2.1431: Vim9: no error for white space before comma in dictv8.2.1431Bram Moolenaar2020-08-124-1/+20
* patch 8.2.1430: Vim9: error for missing comma instead of extra white spacev8.2.1430Bram Moolenaar2020-08-125-3/+41
* patch 8.2.1429: Vim9: no error for missing white after : in dictv8.2.1429Bram Moolenaar2020-08-124-4/+17
* patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar2020-08-123-4/+29
* patch 8.2.1427: Vim9: cannot use a range with marks in :def functionv8.2.1427Bram Moolenaar2020-08-123-15/+34
* patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar2020-08-125-4/+45
* patch 8.2.1425: Vim9: cannot use call() without :callv8.2.1425Bram Moolenaar2020-08-123-1/+16
* patch 8.2.1424: Mac build failsv8.2.1424Bram Moolenaar2020-08-115-13/+38
* patch 8.2.1423: Vim9: find global function when looking for script-localv8.2.1423Bram Moolenaar2020-08-113-2/+13
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-1125-7262/+48
* patch 8.2.1421: Vim9: handling "+" and "-" before number differs from scriptv8.2.1421Bram Moolenaar2020-08-112-7/+11
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-1115-1667/+552
* patch 8.2.1419: Vim9: not operator applied too earlyv8.2.1419Bram Moolenaar2020-08-103-16/+35
* patch 8.2.1418: Vim9: invalid error for missing white spacev8.2.1418Bram Moolenaar2020-08-103-2/+14
* patch 8.2.1417: test 49 is old stylev8.2.1417Bram Moolenaar2020-08-104-2476/+1988
* patch 8.2.1416: Vim9: boolean evaluation does not work as intendedv8.2.1416Bram Moolenaar2020-08-104-28/+49
* patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'v8.2.1415Bram Moolenaar2020-08-104-0/+44
* patch 8.2.1414: popupwindow missing last couple of linesv8.2.1414Bram Moolenaar2020-08-105-18/+45
* patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar2020-08-104-6/+43
* patch 8.2.1412: Vim: not operator does not result in booleanv8.2.1412Bram Moolenaar2020-08-093-1/+33
* patch 8.2.1411: when splitting a window localdir is copied but prevdir is notv8.2.1411Bram Moolenaar2020-08-094-2/+17
* patch 8.2.1410: adding compiler plugin requires test changev8.2.1410Bram Moolenaar2020-08-092-2/+4
* patch 8.2.1409: nmpmrc and php.ini filetypes not recognizedv8.2.1409Bram Moolenaar2020-08-092-1/+3
* patch 8.2.1408: Vim9: type casting not supportedv8.2.1408Bram Moolenaar2020-08-094-2/+78