summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1716: options window has duplicate translationsv8.2.1716Bram Moolenaar2020-09-202-16/+19
* patch 8.2.1715: Motif GUI: commented out code missed {}v8.2.1715Bram Moolenaar2020-09-202-2/+4
* patch 8.2.1714: text properties corrupted with substitute commandv8.2.1714Bram Moolenaar2020-09-203-0/+19
* patch 8.2.1713: Motif GUI: crash when setting menu colorsv8.2.1713Bram Moolenaar2020-09-202-0/+6
* Update runtime files.Bram Moolenaar2020-09-1919-201/+557
* patch 8.2.1712: Vim9: leaking memory when calling a lambdav8.2.1712Bram Moolenaar2020-09-194-10/+31
* patch 8.2.1711: Vim9: leaking memory when using partialv8.2.1711Bram Moolenaar2020-09-195-17/+45
* patch 8.2.1710: Vim9: list of list type can be wrongv8.2.1710Bram Moolenaar2020-09-193-1/+28
* patch 8.2.1709: Vim9: memory leak when using multiple closuresv8.2.1709Bram Moolenaar2020-09-182-0/+3
* patch 8.2.1708: Vim9: error message for function has unpritable charactersv8.2.1708Bram Moolenaar2020-09-183-2/+48
* patch 8.2.1707: small inconsitency in highlight testv8.2.1707Bram Moolenaar2020-09-182-2/+4
* patch 8.2.1706: Vim9: crash after running into the "Multiple closures" errorv8.2.1706Bram Moolenaar2020-09-183-7/+23
* patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"v8.2.1705Bram Moolenaar2020-09-183-9/+48
* patch 8.2.1704: Vim9: crash in for loop when autoload script has an errorv8.2.1704Bram Moolenaar2020-09-173-1/+50
* patch 8.2.1703: ":highlight clear" does not restore default linkv8.2.1703Bram Moolenaar2020-09-174-19/+66
* patch 8.2.1702: crash when using undo after deleting folded linesv8.2.1702Bram Moolenaar2020-09-173-2/+23
* patch 8.2.1701: Vim9: sort("i") does not workv8.2.1701Bram Moolenaar2020-09-163-10/+24
* patch 8.2.1700: Vim9: try/catch causes wrong value to be returnedv8.2.1700Bram Moolenaar2020-09-163-0/+23
* patch 8.2.1699: build failure due to missing error messagev8.2.1699Bram Moolenaar2020-09-162-0/+4
* patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar2020-09-1611-44/+93
* patch 8.2.1697: inconsistent capitalization of error messagesv8.2.1697Bram Moolenaar2020-09-166-67/+69
* patch 8.2.1696: unused (duplicate) macrosv8.2.1696Bram Moolenaar2020-09-162-4/+2
* patch 8.2.1695: Vim9: crash when using varargs type "any"v8.2.1695Bram Moolenaar2020-09-164-2/+14
* patch 8.2.1694: compiler warning for loss if datav8.2.1694Bram Moolenaar2020-09-162-1/+4
* patch 8.2.1693: "hi def" does not work for cleared highlightv8.2.1693Bram Moolenaar2020-09-163-2/+38
* patch 8.2.1692: build fails because TTFLAG_STATIC is missingv8.2.1692Bram Moolenaar2020-09-162-0/+3
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-1613-154/+258
* patch 8.2.1690: text properties not adjusted for "I" in Visual block modev8.2.1690Bram Moolenaar2020-09-155-2/+42
* patch 8.2.1689: 'colorcolumn' doesn't show in indentv8.2.1689Bram Moolenaar2020-09-155-1/+63
* 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