summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1688: increment/decrement removes text propertyv8.2.1688Bram Moolenaar2020-09-153-5/+55
* patch 8.2.1687: Vim9: out of bounds errorv8.2.1687Bram Moolenaar2020-09-142-1/+4
* patch 8.2.1686: Vim9: "const!" not sufficiently testedv8.2.1686Bram Moolenaar2020-09-143-2/+23
* patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685Bram Moolenaar2020-09-1412-38/+204
* patch 8.2.1684: "gF" does not use line number after file in Visual modev8.2.1684Bram Moolenaar2020-09-143-1/+29
* patch 8.2.1683: Vim9: assignment test failsv8.2.1683Bram Moolenaar2020-09-142-7/+23
* patch 8.2.1682: Vim9: const works in an unexpected wayv8.2.1682Bram Moolenaar2020-09-144-9/+20
* patch 8.2.1681: Vim9: unnessary :call commands in testsv8.2.1681Bram Moolenaar2020-09-143-46/+47
* patch 8.2.1680: Vim9: line number for compare error is wrongv8.2.1680Bram Moolenaar2020-09-143-0/+4
* patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar2020-09-148-13/+33
* patch 8.2.1678: crash when using ":set" after ":ownsyntax"v8.2.1678Bram Moolenaar2020-09-133-0/+8
* patch 8.2.1677: memory access errors when calling setloclist() in autocommandv8.2.1677Bram Moolenaar2020-09-133-5/+62
* patch 8.2.1676: compiler warnings for function typecastv8.2.1676Bram Moolenaar2020-09-132-2/+4
* patch 8.2.1675: MinGW: testdir makefile deletes non-existing filev8.2.1675Bram Moolenaar2020-09-132-1/+3
* patch 8.2.1674: Vim9: internal error when using variable that was not setv8.2.1674Bram Moolenaar2020-09-133-1/+15
* patch 8.2.1673: complete_info() selected index has an invalid valuev8.2.1673Bram Moolenaar2020-09-123-0/+21
* patch 8.2.1672: v_lock is used when it is not initializedv8.2.1672Bram Moolenaar2020-09-122-0/+4
* patch 8.2.1671: Vim9: stray error for missing white spacev8.2.1671Bram Moolenaar2020-09-123-1/+13
* patch 8.2.1670: a couple of gcc compiler warningsv8.2.1670Bram Moolenaar2020-09-123-2/+4
* patch 8.2.1669: Vim9: memory leak when storing a value failsv8.2.1669Bram Moolenaar2020-09-122-14/+20
* patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is anyv8.2.1668Bram Moolenaar2020-09-123-5/+22
* patch 8.2.1667: local function name cannot shadow a global function namev8.2.1667Bram Moolenaar2020-09-125-19/+82
* patch 8.2.1666: the initial value of 'backupskip' can have duplicate itemsv8.2.1666Bram Moolenaar2020-09-123-31/+92
* patch 8.2.1665: cannot do fuzzy string matchingv8.2.1665Bram Moolenaar2020-09-117-0/+393
* patch 8.2.1664: memory leak when using :mkview with a terminal bufferv8.2.1664Bram Moolenaar2020-09-114-25/+40
* patch 8.2.1663: options window entries cannot be translatedv8.2.1663Bram Moolenaar2020-09-112-448/+442
* patch 8.2.1662: :mksession does not restore shared terminal buffer properlyv8.2.1662Bram Moolenaar2020-09-116-53/+141
* patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addressesv8.2.1661Bram Moolenaar2020-09-112-2/+4
* patch 8.2.1660: assert functions require passing expected as first argumentv8.2.1660Bram Moolenaar2020-09-112-202/+203
* patch 8.2.1659: spellfile code not completely testedv8.2.1659Bram Moolenaar2020-09-113-0/+34
* patch 8.2.1658: expand('<stack>') has trailing ".."v8.2.1658Bram Moolenaar2020-09-113-6/+9
* patch 8.2.1657: Vim9: no proper error for nested ":def!"v8.2.1657Bram Moolenaar2020-09-104-0/+27
* patch 8.2.1656: Vim9: callstack wrong if :def function calls :def functionv8.2.1656Bram Moolenaar2020-09-103-0/+23
* patch 8.2.1655: cannot build with Strawberry Perl 5.32.0v8.2.1655Bram Moolenaar2020-09-102-0/+11
* patch 8.2.1654: when job writes to hidden buffer current window is wrongv8.2.1654Bram Moolenaar2020-09-102-9/+11
* patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar2020-09-1010-22/+40
* patch 8.2.1652: cannot translate lines in the options windowv8.2.1652Bram Moolenaar2020-09-102-28/+38
* patch 8.2.1651: spellfile code not completely testedv8.2.1651Bram Moolenaar2020-09-092-0/+68
* 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