summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1561: display wrong when moving cursor to above the top linev9.0.1561Luuk van Baal2023-05-157-11/+50
* patch 9.0.1559: function argument types not always checkedv9.0.1559Bram Moolenaar2023-05-151-0/+32
* patch 9.0.1558: wrong error for unreachable code after :throwv9.0.1558Bram Moolenaar2023-05-141-0/+26
* patch 9.0.1557: test failures for unreachable codev9.0.1557Bram Moolenaar2023-05-141-5/+14
* patch 9.0.1556: Vim9: error for missing "return" after "throw"v9.0.1556Bram Moolenaar2023-05-141-0/+13
* patch 9.0.1555: setcharsearch() does not clear last searched char properlyv9.0.1555zeertzjq2023-05-142-0/+9
* patch 9.0.1551: position of marker for 'smoothscroll' not computed correctlyv9.0.1551Luuk van Baal2023-05-131-2/+11
* patch 9.0.1550: in cmdline window S-Tab does not select previous completionv9.0.1550Bram Moolenaar2023-05-131-0/+16
* patch 9.0.1549: USD filetype is not recognizedv9.0.1549Colin Kennedy2023-05-131-0/+1
* patch 9.0.1546: some commands for opening a file don't use 'switchbuf'v9.0.1546Yegappan Lakshmanan2023-05-121-0/+61
* patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h"v9.0.1545Luuk van Baal2023-05-121-0/+12
* patch 9.0.1543: display errors when making topline shorterv9.0.1543Luuk van Baal2023-05-118-12/+61
* patch 9.0.1542: line not fully displayed if it doesn't fit in the screenv9.0.1542Luuk van Baal2023-05-112-0/+26
* patch 9.0.1540: reverse() on string doesn't work in compiled functionv9.0.1540Yegappan Lakshmanan2023-05-114-11/+13
* patch 9.0.1539: typst filetype is not recognizedv9.0.1539Gaetan Lepage2023-05-101-1/+32
* patch 9.0.1538: :wqall does not trigger ExitPrev9.0.1538Bram Moolenaar2023-05-101-0/+12
* patch 9.0.1535: test commented out in a wrong wayv9.0.1535Bram Moolenaar2023-05-091-12/+12
* patch 9.0.1534: test for expanding "~" in substitute takes too longv9.0.1534Bram Moolenaar2023-05-091-12/+13
* patch 9.0.1533: test for 'smoothscroll' is ineffectivev9.0.1533Luuk van Baal2023-05-094-15/+15
* patch 9.0.1532: crash when expanding "~" in substitute causes very long textv9.0.1532Bram Moolenaar2023-05-091-0/+14
* patch 9.0.1531: crash when register contents ends up being invalidv9.0.1531Bram Moolenaar2023-05-091-0/+17
* patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"v9.0.1530Luuk van Baal2023-05-092-0/+37
* patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar2023-05-091-0/+4
* patch 9.0.1527: crash when using negative value for term_colsv9.0.1527Kenta Sato2023-05-081-0/+4
* patch 9.0.1525: 'smoothscroll' does not always work properlyv9.0.1525Luuk van Baal2023-05-085-4/+73
* patch 9.0.1524: passing -1 for bool is not always rejectedv9.0.1524zeertzjq2023-05-083-4/+8
* patch 9.0.1522: some functions give two error messagesv9.0.1522Bram Moolenaar2023-05-072-0/+5
* patch 9.0.1521: failing redo of command with control charactersv9.0.1521zeertzjq2023-05-071-1/+22
* patch 9.0.1520: completion for option name includes all bool optionsv9.0.1520Bram Moolenaar2023-05-061-4/+8
* patch 9.0.1518: search stats not always visible when searching backwardsv9.0.1518Christian Brabandt2023-05-064-2/+58
* patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516zeertzjq2023-05-061-9/+18
* patch 9.0.1515: reverse() does not work for a Stringv9.0.1515Yegappan Lakshmanan2023-05-062-1/+18
* patch 9.0.1514: test waits unnecessarily long before checking screendumpv9.0.1514Bram Moolenaar2023-05-061-1/+0
* patch 9.0.1513: text scrolls unnecessarily when splittingv9.0.1513Luuk van Baal2023-05-062-0/+29
* patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' setv9.0.1512Luuk van Baal2023-05-062-1/+32
* patch 9.0.1511: crash when using wrong arg types to assert_match()v9.0.1511zeertzjq2023-05-061-0/+17
* patch 9.0.1509: error message lacks mentioning the erroneous argumentv9.0.1509Bram Moolenaar2023-05-051-0/+1
* patch 9.0.1508: catch does not work when lines are joined with a newlinev9.0.1508zeertzjq2023-05-051-0/+30
* patch 9.0.1507: assert message is confusing with boolean resultv9.0.1507zeertzjq2023-05-041-5/+8
* patch 9.0.1506: line number not displayed when using 'smoothscroll'v9.0.1506zeertzjq2023-05-025-13/+58
* patch 9.0.1505: error when heredoc content looks like heredocv9.0.1505zeertzjq2023-05-022-11/+124
* patch 9.0.1504: no error when calling remote_startserver("")v9.0.1504h-east2023-05-011-1/+2
* patch 9.0.1503: Luau files are not recognizedv9.0.1503Amaan Qureshi2023-04-301-0/+1
* patch 9.0.1502: no test for deleting the end of a long wrapped linev9.0.1502Luuk van Baal2023-04-303-0/+49
* patch 9.0.1501: crash with nested :try and :throw in catch blockv9.0.1501Bram Moolenaar2023-04-301-0/+35
* patch 9.0.1500: The falsy operator is not tested properlyv9.0.1500zeertzjq2023-04-301-0/+15
* patch 9.0.1499: using uninitialized memory with fuzzy matchingv9.0.1499Bram Moolenaar2023-04-291-0/+27
* patch 9.0.1496: test restoring register with wrong valuev9.0.1496zeertzjq2023-04-281-1/+1
* patch 9.0.1494: crash when recovering from corrupted swap filev9.0.1494Bram Moolenaar2023-04-271-0/+15
* patch 9.0.1493: popup menu position wrong in window with toolbarv9.0.1493zeertzjq2023-04-272-1/+30