summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1576: Vim9: index() does not take "true" as argumentv8.2.1576Bram Moolenaar2020-09-023-1/+7
* patch 8.2.1575: Vim9: globpath() doesnot take "true" as argumentv8.2.1575Bram Moolenaar2020-09-023-3/+9
* patch 8.2.1574: Vim9: glob() doesnot take "true" as argumentv8.2.1574Bram Moolenaar2020-09-023-3/+9
* patch 8.2.1573: Vim9: getreg() does not take "true" as argumentv8.2.1573Bram Moolenaar2020-09-023-2/+10
* patch 8.2.1572: Vim9: expand() does not take "true" as argumentv8.2.1572Bram Moolenaar2020-09-023-2/+10
* patch 8.2.1571: Vim9: count() third argument cannot be "true"v8.2.1571Bram Moolenaar2020-09-024-2/+8
* patch 8.2.1570: configure check for dirfd() does not work on HPUXv8.2.1570Bram Moolenaar2020-09-025-7/+17
* patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist()v8.2.1569Bram Moolenaar2020-09-023-6/+36
* patch 8.2.1568: prop_find() skips properties in the same linev8.2.1568Bram Moolenaar2020-09-023-2/+20
* patch 8.2.1567: no example to use ubsan with clangv8.2.1567Bram Moolenaar2020-09-022-3/+13
* patch 8.2.1566: not all Bazel files are recognizedv8.2.1566Bram Moolenaar2020-09-023-3/+7
* patch 8.2.1565: spellfile test sometimes failsv8.2.1565Bram Moolenaar2020-09-022-2/+3
* patch 8.2.1564: a few remaining errors from ubsanv8.2.1564Bram Moolenaar2020-09-024-8/+15
* patch 8.2.1563: Vim9: error when using '%" with setbufvar() r getbufvar()v8.2.1563Bram Moolenaar2020-09-013-7/+7
* patch 8.2.1562: Vim9: error when using "%" where a buffer is expectedv8.2.1562Bram Moolenaar2020-09-015-29/+32
* patch 8.2.1561: using NULL pointers in fold codev8.2.1561Bram Moolenaar2020-09-012-1/+3
* patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar2020-09-016-14/+26
* patch 8.2.1559: s390x tests work againv8.2.1559Bram Moolenaar2020-09-012-7/+8
* patch 8.2.1558: signs test failsv8.2.1558Bram Moolenaar2020-08-312-0/+3
* patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557Bram Moolenaar2020-08-313-1/+18
* patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar2020-08-318-4/+49
* patch 8.2.1555: not all tests are executed on Github Actionsv8.2.1555Bram Moolenaar2020-08-315-8/+15
* patch 8.2.1554: crash in normal testv8.2.1554Bram Moolenaar2020-08-312-0/+5
* patch 8.2.1553: crash in edit testv8.2.1553Bram Moolenaar2020-08-312-21/+29
* patch 8.2.1552: warnings from asan with clang-11v8.2.1552Bram Moolenaar2020-08-312-11/+25
* patch 8.2.1551: Vim9: error for argument type does not mention the numberv8.2.1551Bram Moolenaar2020-08-308-38/+40
* patch 8.2.1550: Vim9: bufname('%') gives an errorv8.2.1550Bram Moolenaar2020-08-303-3/+18
* patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is usedv8.2.1549Bram Moolenaar2020-08-302-0/+16
* patch 8.2.1548: cannot move position of "%%" in message translationsv8.2.1548Bram Moolenaar2020-08-302-0/+3
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-309-13/+26
* patch 8.2.1546: build rule for Vim.app is unusedv8.2.1546Bram Moolenaar2020-08-302-78/+7
* patch 8.2.1545: ch_logfile() is unclear about closing when forkingv8.2.1545Bram Moolenaar2020-08-303-2/+9
* Update runtime files.Bram Moolenaar2020-08-3044-1117/+1386
* patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar2020-08-3010-15/+136
* patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUIv8.2.1543Bram Moolenaar2020-08-302-4/+6
* patch 8.2.1542: Vim9: test with invalid SID does not work in the GUIv8.2.1542Bram Moolenaar2020-08-292-0/+5
* patch 8.2.1541: Vim9: cannot find function reference for s:Funcv8.2.1541Bram Moolenaar2020-08-294-4/+31
* patch 8.2.1540: the user cannot try out emoji character widthsv8.2.1540Bram Moolenaar2020-08-293-1/+3
* patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar2020-08-297-21/+43
* patch 8.2.1538: Python: iteration over vim objects fails to keep referencev8.2.1538Bram Moolenaar2020-08-293-6/+68
* patch 8.2.1537: memory acccess error when using setcellwidths()v8.2.1537Bram Moolenaar2020-08-284-10/+13
* patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536Bram Moolenaar2020-08-289-8/+91
* patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535Bram Moolenaar2020-08-289-4/+265
* patch 8.2.1534: Vim9: type error for argument type is not at call positionv8.2.1534Bram Moolenaar2020-08-284-10/+19
* patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg()v8.2.1533Bram Moolenaar2020-08-283-1/+10
* patch 8.2.1532: compiler warning for conversion of size_t to longv8.2.1532Bram Moolenaar2020-08-282-1/+3
* patch 8.2.1531: Vim9: test still fails on MS-Windowsv8.2.1531Bram Moolenaar2020-08-272-1/+3
* patch 8.2.1530: Vim9: test fails on MS-Windowsv8.2.1530Bram Moolenaar2020-08-272-3/+13
* patch 8.2.1529: Vim9: :elseif may be compiled when not neededv8.2.1529Bram Moolenaar2020-08-273-1/+9
* patch 8.2.1528: Vim9: :endif not found after "if false"v8.2.1528Bram Moolenaar2020-08-273-19/+30