summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-262-184/+191
* patch 8.2.1742: test still fails without the terminal featurev8.2.1742Bram Moolenaar2020-09-251-1/+6
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-251-0/+18
* patch 8.2.1740: test fails without the terminal featurev8.2.1740Bram Moolenaar2020-09-251-0/+2
* patch 8.2.1739: Vim9: crash when compiling a manually defined functionv8.2.1739Bram Moolenaar2020-09-251-2/+23
* patch 8.2.1737: cursor line highlight in popup window is not always updatedv8.2.1737Bram Moolenaar2020-09-242-4/+43
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-2317-1/+45
* patch 8.2.1734: Vim9: cannot use a funcref for a closure twicev8.2.1734Bram Moolenaar2020-09-232-2/+2
* patch 8.2.1732: stuck when win_execute() for a popup causes an errorv8.2.1732Bram Moolenaar2020-09-233-0/+37
* patch 8.2.1731: Vim9: cannot use += to append to empty NULL listv8.2.1731Bram Moolenaar2020-09-231-0/+14
* patch 8.2.1730: Vim9: cannot use member of unknown typev8.2.1730Bram Moolenaar2020-09-231-0/+27
* patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar2020-09-232-0/+27
* patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar2020-09-222-0/+25
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-223-24/+190
* patch 8.2.1725: not all Pascal files are recognizedv8.2.1725Bram Moolenaar2020-09-221-2/+2
* patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar2020-09-215-680/+695
* patch 8.2.1723: Vim9: Variable argument name cannot start with underscorev8.2.1723Bram Moolenaar2020-09-211-0/+9
* patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type functionv8.2.1722Bram Moolenaar2020-09-211-0/+12
* patch 8.2.1720: Vim9: memory leak with heredoc that isn't executedv8.2.1720Bram Moolenaar2020-09-211-0/+8
* patch 8.2.1719: Vim9: no error if comma is missing in between argumentsv8.2.1719Bram Moolenaar2020-09-201-0/+1
* patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reasonv8.2.1718Bram Moolenaar2020-09-201-0/+9
* patch 8.2.1714: text properties corrupted with substitute commandv8.2.1714Bram Moolenaar2020-09-201-0/+13
* patch 8.2.1710: Vim9: list of list type can be wrongv8.2.1710Bram Moolenaar2020-09-191-0/+12
* patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar2020-09-181-0/+44
* patch 8.2.1707: small inconsitency in highlight testv8.2.1707Bram Moolenaar2020-09-181-2/+2
* patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar2020-09-181-0/+14
* patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"v8.2.1705Bram Moolenaar2020-09-181-0/+34
* patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704Bram Moolenaar2020-09-171-0/+39
* patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar2020-09-171-9/+43
* patch 8.2.1702: crash when using undo after deleting folded linesv8.2.1702Bram Moolenaar2020-09-171-0/+19
* patch 8.2.1701: Vim9: sort("i") does not workv8.2.1701Bram Moolenaar2020-09-161-0/+5
* patch 8.2.1700: Vim9: try/catch causes wrong value to be returnedv8.2.1700Bram Moolenaar2020-09-161-0/+20
* patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar2020-09-162-5/+16
* patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar2020-09-164-31/+31
* patch 8.2.1695: Vim9: crash when using varargs type "any"v8.2.1695Bram Moolenaar2020-09-161-0/+9
* patch 8.2.1693: "hi def" does not work for cleared highlightv8.2.1693Bram Moolenaar2020-09-161-0/+32
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-164-42/+63
* patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar2020-09-151-0/+31
* patch 8.2.1689: 'colorcolumn' doesn't show in indentv8.2.1689Bram Moolenaar2020-09-153-0/+56
* patch 8.2.1688: increment/decrement removes text propertyv8.2.1688Bram Moolenaar2020-09-151-1/+21
* patch 8.2.1686: Vim9: "const!" not sufficiently testedv8.2.1686Bram Moolenaar2020-09-141-0/+18
* patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar2020-09-141-0/+40
* patch 8.2.1684: "gF" does not use line number after file in Visual modev8.2.1684Bram Moolenaar2020-09-141-1/+20
* patch 8.2.1682: Vim9: const works in an unexpected wayv8.2.1682Bram Moolenaar2020-09-141-0/+7
* patch 8.2.1681: Vim9: unnessary :call commands in testsv8.2.1681Bram Moolenaar2020-09-142-46/+45
* patch 8.2.1680: Vim9: line number for compare error is wrongv8.2.1680Bram Moolenaar2020-09-141-0/+1
* patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar2020-09-141-0/+11
* patch 8.2.1678: crash when using ":set" after ":ownsyntax"v8.2.1678Bram Moolenaar2020-09-131-0/+4
* patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar2020-09-131-0/+24
* patch 8.2.1675: MinGW: testdir makefile deletes non-existing filev8.2.1675Bram Moolenaar2020-09-131-1/+1