summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1581: using line() for global popup window doesn't workv8.2.1581Bram Moolenaar2020-09-031-0/+12
* patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar2020-09-035-0/+60
* patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar2020-09-021-7/+10
* patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar2020-09-021-0/+39
* patch 8.2.1576: Vim9: index() does not take "true" as argumentv8.2.1576Bram Moolenaar2020-09-021-0/+4
* patch 8.2.1575: Vim9: globpath() doesnot take "true" as argumentv8.2.1575Bram Moolenaar2020-09-021-0/+4
* patch 8.2.1574: Vim9: glob() doesnot take "true" as argumentv8.2.1574Bram Moolenaar2020-09-021-0/+4
* patch 8.2.1573: Vim9: getreg() does not take "true" as argumentv8.2.1573Bram Moolenaar2020-09-021-0/+6
* patch 8.2.1572: Vim9: expand() does not take "true" as argumentv8.2.1572Bram Moolenaar2020-09-021-0/+6
* patch 8.2.1571: Vim9: count() third argument cannot be "true"v8.2.1571Bram Moolenaar2020-09-021-0/+5
* patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist()v8.2.1569Bram Moolenaar2020-09-021-0/+33
* patch 8.2.1568: prop_find() skips properties in the same linev8.2.1568Bram Moolenaar2020-09-021-0/+16
* patch 8.2.1566: not all Bazel files are recognizedv8.2.1566Bram Moolenaar2020-09-021-0/+2
* patch 8.2.1563: Vim9: error when using '%" with setbufvar() r getbufvar()v8.2.1563Bram Moolenaar2020-09-011-0/+3
* patch 8.2.1562: Vim9: error when using "%" where a buffer is expectedv8.2.1562Bram Moolenaar2020-09-011-0/+5
* patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557Bram Moolenaar2020-08-311-0/+15
* patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar2020-08-313-0/+26
* patch 8.2.1555: not all tests are executed on Github Actionsv8.2.1555Bram Moolenaar2020-08-313-4/+8
* patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar2020-08-301-5/+5
* patch 8.2.1550: Vim9: bufname('%') gives an errorv8.2.1550Bram Moolenaar2020-08-301-0/+8
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-302-5/+12
* patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUIv8.2.1543Bram Moolenaar2020-08-301-4/+4
* patch 8.2.1542: Vim9: test with invalid SID does not work in the GUIv8.2.1542Bram Moolenaar2020-08-291-0/+3
* patch 8.2.1541: Vim9: cannot find function reference for s:Funcv8.2.1541Bram Moolenaar2020-08-291-0/+7
* patch 8.2.1540: the user cannot try out emoji character widthsv8.2.1540Bram Moolenaar2020-08-291-22/+0
* patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar2020-08-291-0/+9
* patch 8.2.1538: Python: iteration over vim objects fails to keep referencev8.2.1538Bram Moolenaar2020-08-291-0/+52
* patch 8.2.1537: memory acccess error when using setcellwidths()v8.2.1537Bram Moolenaar2020-08-281-1/+1
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-282-0/+29
* patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar2020-08-281-0/+35
* patch 8.2.1534: Vim9: type error for argument type is not at call positionv8.2.1534Bram Moolenaar2020-08-281-0/+9
* patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg()v8.2.1533Bram Moolenaar2020-08-281-0/+7
* patch 8.2.1529: Vim9: :elseif may be compiled when not neededv8.2.1529Bram Moolenaar2020-08-271-1/+3
* patch 8.2.1528: Vim9: :endif not found after "if false"v8.2.1528Bram Moolenaar2020-08-271-0/+8
* patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram Moolenaar2020-08-272-7/+23
* patch 8.2.1526: line in testdir Makefile got commented outv8.2.1526Bram Moolenaar2020-08-271-1/+1
* patch 8.2.1525: messages from tests were not always displayedv8.2.1525Bram Moolenaar2020-08-263-4/+4
* patch 8.2.1524: no longer get an error for string concatenation with floatv8.2.1524Bram Moolenaar2020-08-251-0/+6
* patch 8.2.1523: still not enough test coverage for the spell file handlingv8.2.1523Bram Moolenaar2020-08-251-32/+50
* patch 8.2.1522: not enough test coverage for the spell file handlingv8.2.1522Bram Moolenaar2020-08-241-0/+223
* patch 8.2.1520: Vim9: CTRL-] used in :def function does not workv8.2.1520Bram Moolenaar2020-08-231-0/+20
* patch 8.2.1519: Vim9: Ex command default range is not setv8.2.1519Bram Moolenaar2020-08-231-0/+12
* patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar2020-08-232-10/+20
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-231-0/+4
* patch 8.2.1516: Vim9: error for :exe has wrong line numberv8.2.1516Bram Moolenaar2020-08-231-2/+3
* patch 8.2.1515: Vim9: can create s:var in legacy script but cannot unletv8.2.1515Bram Moolenaar2020-08-231-0/+7
* patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar2020-08-222-0/+45
* patch 8.2.1511: putting a string in Visual block mode ignores multi-bytev8.2.1511Bram Moolenaar2020-08-221-0/+9
* patch 8.2.1510: using "var" in :def function may refer to legacy script varv8.2.1510Bram Moolenaar2020-08-221-16/+16
* patch 8.2.1508: not all debugger commands covered by testsv8.2.1508Bram Moolenaar2020-08-221-0/+93