summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527Bram Moolenaar2020-08-274-7/+39
* patch 8.2.1526: line in testdir Makefile got commented outv8.2.1526Bram Moolenaar2020-08-272-1/+3
* patch 8.2.1525: messages from tests were not always displayedv8.2.1525Bram Moolenaar2020-08-264-4/+6
* patch 8.2.1524: no longer get an error for string concatenation with floatv8.2.1524Bram Moolenaar2020-08-253-5/+14
* patch 8.2.1523: still not enough test coverage for the spell file handlingv8.2.1523Bram Moolenaar2020-08-252-32/+52
* patch 8.2.1522: not enough test coverage for the spell file handlingv8.2.1522Bram Moolenaar2020-08-242-0/+225
* patch 8.2.1521: reading past end of buffer when reading spellfilev8.2.1521Bram Moolenaar2020-08-243-7/+14
* patch 8.2.1520: Vim9: CTRL-] used in :def function does not workv8.2.1520Bram Moolenaar2020-08-233-1/+25
* patch 8.2.1519: Vim9: Ex command default range is not setv8.2.1519Bram Moolenaar2020-08-233-98/+138
* patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar2020-08-236-18/+51
* patch 8.2.1517: cannot easily get the character under the cursorv8.2.1517Bram Moolenaar2020-08-234-14/+36
* patch 8.2.1516: Vim9: error for :exe has wrong line numberv8.2.1516Bram Moolenaar2020-08-233-2/+8
* patch 8.2.1515: Vim9: can create s:var in legacy script but cannot unletv8.2.1515Bram Moolenaar2020-08-233-2/+22
* patch 8.2.1514: multibyte vertical separator is cleared when dragging popupv8.2.1514Bram Moolenaar2020-08-232-1/+4
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-2312-26/+41
* patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar2020-08-224-0/+54
* patch 8.2.1511: putting a string in Visual block mode ignores multi-bytev8.2.1511Bram Moolenaar2020-08-223-2/+36
* patch 8.2.1510: using "var" in :def function may refer to legacy script varv8.2.1510Bram Moolenaar2020-08-223-27/+33
* patch 8.2.1509: vertical separator is cleared when dragging a popup windowv8.2.1509Bram Moolenaar2020-08-222-1/+4
* patch 8.2.1508: not all debugger commands covered by testsv8.2.1508Bram Moolenaar2020-08-222-0/+95
* patch 8.2.1507: using malloc() directlyv8.2.1507Bram Moolenaar2020-08-224-6/+8
* patch 8.2.1506: Vim9: no error when using a number other than 0 or 1 as boolv8.2.1506Bram Moolenaar2020-08-224-5/+23
* patch 8.2.1505: not all file read and writecode is testedv8.2.1505Bram Moolenaar2020-08-214-6/+40
* patch 8.2.1504: Vim9: white space checks are only done for a :def functionv8.2.1504Bram Moolenaar2020-08-2111-39/+65