summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect()v8.2.1601Bram Moolenaar2020-09-053-1/+7
* patch 8.2.1600: Vim9: cannot use "true" with deepcopy()v8.2.1600Bram Moolenaar2020-09-054-2/+6
* patch 8.2.1599: missing line end when skipping a long line with :cgetfilev8.2.1599Bram Moolenaar2020-09-053-1/+21
* patch 8.2.1598: starting a hidden terminal resizes the current windowv8.2.1598Bram Moolenaar2020-09-053-10/+26
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-0515-1960/+2002
* patch 8.2.1596: using win_screenpos('.') in tests works but is wrongv8.2.1596Bram Moolenaar2020-09-052-1/+3
* patch 8.2.1595: cannot easily see what Vim sends to the terminalv8.2.1595Bram Moolenaar2020-09-056-4/+73
* patch 8.2.1594: pull requests on github do not notify a maintainerv8.2.1594Bram Moolenaar2020-09-053-0/+53
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-0443-170/+172
* patch 8.2.1592: Vim9: passing "true" to char2nr() failsv8.2.1592Bram Moolenaar2020-09-043-1/+7
* patch 8.2.1591: using winheight('.') in tests works but is wrongv8.2.1591Bram Moolenaar2020-09-043-6/+8
* patch 8.2.1590: Vim9: bufnr() doesn't take "true" argumentv8.2.1590Bram Moolenaar2020-09-043-1/+7
* patch 8.2.1589: term_start() options for size are overruled by 'termwinsize'v8.2.1589Bram Moolenaar2020-09-044-24/+74
* patch 8.2.1588: cannot read back the prompt of a prompt bufferv8.2.1588Bram Moolenaar2020-09-0410-6/+97
* patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar2020-09-044-213/+258
* patch 8.2.1586: :resize command not fully testedv8.2.1586Bram Moolenaar2020-09-042-0/+44
* patch 8.2.1585: messages in globals.h not translatedv8.2.1585Bram Moolenaar2020-09-047-21/+110
* patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find()v8.2.1584Bram Moolenaar2020-09-033-13/+18
* patch 8.2.1583: MS-Windows: cannot easily measure code coveragev8.2.1583Bram Moolenaar2020-09-032-0/+13
* patch 8.2.1582: the channel log does not show typed textv8.2.1582Bram Moolenaar2020-09-033-0/+16
* patch 8.2.1581: using line() for global popup window doesn't workv8.2.1581Bram Moolenaar2020-09-033-1/+15
* patch 8.2.1580: wildmenu does not work properlyv8.2.1580Bram Moolenaar2020-09-037-12/+74
* patch 8.2.1579: reports from asan are not optimalv8.2.1579Bram Moolenaar2020-09-032-8/+28
* patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar2020-09-023-8/+13
* patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar2020-09-024-3/+44
* 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