summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1650: Vim9: result of && and || expression is not bool in scriptv8.2.1650Bram Moolenaar2020-09-098-29/+92
* patch 8.2.1649: GTK3: using old file chooserv8.2.1649Bram Moolenaar2020-09-092-6/+29
* patch 8.2.1648: Amiga: no common build file for Amiga (-like) systemsv8.2.1648Bram Moolenaar2020-09-095-156/+212
* patch 8.2.1647: Vim9: result of expression with && and || is not a boolv8.2.1647Bram Moolenaar2020-09-094-2/+66
* patch 8.2.1646: Amiga: Unnecessary #includev8.2.1646Bram Moolenaar2020-09-091-4/+2
* patch 8.2.1645: GTK3: icons become broken images when resizedv8.2.1645Bram Moolenaar2020-09-092-4/+8
* patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script levelv8.2.1644Bram Moolenaar2020-09-095-11/+43
* patch 8.2.1643: Vim9: :defcompile compiles dead functionsv8.2.1643Bram Moolenaar2020-09-092-2/+6
* patch 8.2.1642: otions test failsv8.2.1642Bram Moolenaar2020-09-092-1/+3
* patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expectedv8.2.1641Bram Moolenaar2020-09-096-1/+27
* patch 8.2.1640: Amiga: missing header for getgrgid()v8.2.1640Bram Moolenaar2020-09-092-0/+3
* patch 8.2.1639: options window cannot be translatedv8.2.1639Bram Moolenaar2020-09-092-105/+110
* patch 8.2.1638: leaking memory when popup filter function can't be calledv8.2.1638Bram Moolenaar2020-09-082-21/+25
* patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar2020-09-0812-13/+158
* patch 8.2.1636: get stuck if a popup filter causes an errorv8.2.1636Bram Moolenaar2020-09-087-3/+99
* patch 8.2.1635: no digraph for 0x2022 BULLETv8.2.1635Bram Moolenaar2020-09-083-0/+4
* Update runtime files.Bram Moolenaar2020-09-0735-307/+1272
* patch 8.2.1634: loop to handle keys for the command line is too longv8.2.1634Bram Moolenaar2020-09-073-215/+277
* patch 8.2.1633: some error messages are internal but do not use iemsg()v8.2.1633Bram Moolenaar2020-09-074-7/+9
* patch 8.2.1632: not checking the context of test_fails()v8.2.1632Bram Moolenaar2020-09-066-29/+63
* patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar2020-09-067-26/+50
* patch 8.2.1630: terminal test failsv8.2.1630Bram Moolenaar2020-09-063-3/+5
* patch 8.2.1629: test fails without terminal featurev8.2.1629Bram Moolenaar2020-09-062-8/+18
* patch 8.2.1628: Vim9: cannot pass "true" to timer_paused()v8.2.1628Bram Moolenaar2020-09-063-1/+11
* patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_startv8.2.1627Bram Moolenaar2020-09-065-3/+28
* patch 8.2.1626: test for strchars() fails with different error numberv8.2.1626Bram Moolenaar2020-09-062-1/+3
* patch 8.2.1625: compiler warning for use of fptr_Tv8.2.1625Bram Moolenaar2020-09-062-2/+4
* patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()v8.2.1624Bram Moolenaar2020-09-063-4/+18
* patch 8.2.1623: Vim9: using :call where it is not neededv8.2.1623Bram Moolenaar2020-09-067-261/+263
* patch 8.2.1622: loop to handle keys for the command line is too longv8.2.1622Bram Moolenaar2020-09-062-383/+504
* patch 8.2.1621: crash when using submatch(0, 1) in substitute()v8.2.1621Bram Moolenaar2020-09-063-0/+9
* patch 8.2.1620: searchcount() test failsv8.2.1620Bram Moolenaar2020-09-052-1/+3
* patch 8.2.1619: Vim9: cannot pass "true" to spellsuggest()v8.2.1619Bram Moolenaar2020-09-053-1/+11
* patch 8.2.1618: Vim9: cannot pass "true" to setloclist()v8.2.1618Bram Moolenaar2020-09-053-1/+10
* patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove()v8.2.1617Bram Moolenaar2020-09-053-126/+138
* patch 8.2.1616: Vim9: cannot pass "true" to synID()v8.2.1616Bram Moolenaar2020-09-053-1/+10
* patch 8.2.1615: Vim9: cannot pass "true" to searchdecl()v8.2.1615Bram Moolenaar2020-09-053-4/+10
* patch 8.2.1614: Vim9: cannot pass "true" to searchcount()v8.2.1614Bram Moolenaar2020-09-053-8/+18
* patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add()v8.2.1613Bram Moolenaar2020-09-053-3/+16
* patch 8.2.1612: Vim9: cannot pass "true" to prop_remove()v8.2.1612Bram Moolenaar2020-09-053-8/+16
* patch 8.2.1611: Vim9: cannot pass "true" to nr2char()v8.2.1611Bram Moolenaar2020-09-053-1/+7
* patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list()v8.2.1610Bram Moolenaar2020-09-054-2/+11
* patch 8.2.1609: Vim9: test fails when build without +channelv8.2.1609Bram Moolenaar2020-09-052-10/+23
* patch 8.2.1608: Vim9: getchar() test fails with GUIv8.2.1608Bram Moolenaar2020-09-052-3/+7
* patch 8.2.1607: Vim9: getchar() test fails on MS-Windowsv8.2.1607Bram Moolenaar2020-09-052-0/+4
* patch 8.2.1606: Vim9: cannot use "true" with has()v8.2.1606Bram Moolenaar2020-09-053-1/+7
* patch 8.2.1605: default maintainer on github is wrongv8.2.1605Bram Moolenaar2020-09-052-1/+3
* patch 8.2.1604: Vim9: cannot use "true" with getcompletion()v8.2.1604Bram Moolenaar2020-09-053-1/+10
* patch 8.2.1603: Vim9: cannot use "true" with getchar()v8.2.1603Bram Moolenaar2020-09-053-1/+7
* patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo()v8.2.1602Bram Moolenaar2020-09-053-15/+14