summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.1486: Vim9: readdir() expression doesn't accept boolv8.2.1486Bram Moolenaar2020-08-191-1/+2
* patch 8.2.1485: Vim9: readdirex() expression doesn't accept boolv8.2.1485Bram Moolenaar2020-08-191-0/+4
* patch 8.2.1482: Vim9: crash when using a nested lambdav8.2.1482Bram Moolenaar2020-08-181-0/+9
* patch 8.2.1481: Vim9: line number reported with error may be wrongv8.2.1481Bram Moolenaar2020-08-182-297/+302
* patch 8.2.1480: Vim9: skip expression in search() gives errorv8.2.1480Bram Moolenaar2020-08-181-0/+7
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-182-7/+11
* patch 8.2.1477: Vim9: error when using bufnr('%')v8.2.1477Bram Moolenaar2020-08-171-0/+5
* patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesv8.2.1474Bram Moolenaar2020-08-171-0/+1
* patch 8.2.1473: items in a list given to :const can still be modifiedv8.2.1473Bram Moolenaar2020-08-171-9/+24
* patch 8.2.1472: ":argdel" does not work like ":.argdel" as documentedv8.2.1472Bram Moolenaar2020-08-171-2/+8
* patch 8.2.1471: :const only locks the variable, not the valuev8.2.1471Bram Moolenaar2020-08-161-4/+8
* patch 8.2.1470: errors in spell file not testedv8.2.1470Bram Moolenaar2020-08-161-1/+166
* patch 8.2.1469: Vim9: cannot assign string to string optionv8.2.1469Bram Moolenaar2020-08-161-12/+26
* patch 8.2.1468: Vim9: invalid error for missing white spacev8.2.1468Bram Moolenaar2020-08-161-0/+7
* patch 8.2.1467: Vim9: :echomsg doesn't like a dict argumentv8.2.1467Bram Moolenaar2020-08-161-0/+3
* patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"v8.2.1466Bram Moolenaar2020-08-163-5/+131
* patch 8.2.1465: Vim9: subscript not handled properlyv8.2.1465Bram Moolenaar2020-08-162-17/+27
* patch 8.2.1463: Vim9: list slice not supported yetv8.2.1463Bram Moolenaar2020-08-152-0/+75
* patch 8.2.1462: Vim9: string slice not supported yetv8.2.1462Bram Moolenaar2020-08-152-2/+24
* patch 8.2.1461: Vim9: string indexes are counted in bytesv8.2.1461Bram Moolenaar2020-08-151-6/+22
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-154-55/+55
* patch 8.2.1459: Vim9: declaring script var in script does not infer the typev8.2.1459Bram Moolenaar2020-08-151-0/+8
* patch 8.2.1458: .gawk files not recognizedv8.2.1458Bram Moolenaar2020-08-151-2/+3
* patch 8.2.1456: MS-Windows: test files are not deletedv8.2.1456Bram Moolenaar2020-08-141-4/+4
* patch 8.2.1455: Vim9: crash when using typecast before constantv8.2.1455Bram Moolenaar2020-08-141-0/+6
* patch 8.2.1454: Vim9: failure invoking lambda with wrong argumentsv8.2.1454Bram Moolenaar2020-08-141-0/+8
* patch 8.2.1453: Vim9: failure to compile lambda not testedv8.2.1453Bram Moolenaar2020-08-141-0/+1
* patch 8.2.1451: Vim9: list type at script level only uses first itemv8.2.1451Bram Moolenaar2020-08-141-0/+42
* patch 8.2.1450: Vim9: no check that script-local items don't become globalv8.2.1450Bram Moolenaar2020-08-141-0/+36
* patch 8.2.1449: some test makefiles delete files that are not generatedv8.2.1449Bram Moolenaar2020-08-144-13/+1
* patch 8.2.1448: test 77a for VMS depends on small.vim which does not existv8.2.1448Bram Moolenaar2020-08-141-1/+5
* patch 8.2.1447: Vim9: return type of keys() is list<any>v8.2.1447Bram Moolenaar2020-08-141-0/+5
* patch 8.2.1446: Vim9: line number in error message is not correctv8.2.1446Bram Moolenaar2020-08-141-0/+20
* patch 8.2.1445: Vim9: function expanded name is cleared when sourcing againv8.2.1445Bram Moolenaar2020-08-141-0/+23
* patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442Bram Moolenaar2020-08-131-2/+2
* patch 8.2.1441: running tests in tiny version gives error for summarize.vimv8.2.1441Bram Moolenaar2020-08-132-1/+2
* patch 8.2.1440: debugger code insufficiently testedv8.2.1440Bram Moolenaar2020-08-132-80/+108
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-1326-198/+572
* patch 8.2.1438: missing tests for interrupting script execution from debuggerv8.2.1438Bram Moolenaar2020-08-121-0/+123
* patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntaxv8.2.1437Bram Moolenaar2020-08-121-0/+14
* patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakesv8.2.1435Bram Moolenaar2020-08-122-2/+69
* patch 8.2.1434: Vim9: crash when lambda uses outer function argumentv8.2.1434Bram Moolenaar2020-08-121-0/+13
* patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambdav8.2.1433Bram Moolenaar2020-08-121-0/+15
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-12158-873/+940
* patch 8.2.1431: Vim9: no error for white space before comma in dictv8.2.1431Bram Moolenaar2020-08-121-0/+7
* patch 8.2.1430: Vim9: error for missing comma instead of extra white spacev8.2.1430Bram Moolenaar2020-08-121-0/+21
* patch 8.2.1429: Vim9: no error for missing white after : in dictv8.2.1429Bram Moolenaar2020-08-122-1/+5
* patch 8.2.1428: Vim9: :def function does not abort on nested function errorv8.2.1428Bram Moolenaar2020-08-121-0/+18
* patch 8.2.1427: Vim9: cannot use a range with marks in :def functionv8.2.1427Bram Moolenaar2020-08-121-14/+31
* patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar2020-08-121-0/+15