summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-12patch 8.2.2133: Vim9: checking for a non-empty string is too strictv8.2.2133Bram Moolenaar
2020-12-12patch 8.2.2132: padding not drawn properly for popup window with titlev8.2.2132Bram Moolenaar
2020-12-12patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar
2020-12-12patch 8.2.2130: Insert mode completion messages end up in message historyv8.2.2130Bram Moolenaar
2020-12-11patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slowv8.2.2129Bram Moolenaar
2020-12-11patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar
2020-12-10Update runtime files.Bram Moolenaar
2020-12-10patch 8.2.2127: Vim9: executing user command from Vim9 script not testedv8.2.2127Bram Moolenaar
2020-12-10patch 8.2.2126: Ruby: missing function prototypev8.2.2126Bram Moolenaar
2020-12-10patch 8.2.2125: Vim9: leaking memoryv8.2.2125Bram Moolenaar
2020-12-10patch 8.2.2124: Vim9: a range cannot be computed at runtimev8.2.2124Bram Moolenaar
2020-12-09patch 8.2.2123: after using a complete popup the buffer is listedv8.2.2123Bram Moolenaar
2020-12-09patch 8.2.2122: Vim9: crash when sourcing vim9script earlyv8.2.2122Bram Moolenaar
2020-12-09patch 8.2.2121: internal error when using \ze before \zs in a patternv8.2.2121Bram Moolenaar
2020-12-09patch 8.2.2120: not all Perl functionality is testedv8.2.2120Bram Moolenaar
2020-12-09patch 8.2.2119: GTK3: status line background color is wrongv8.2.2119Bram Moolenaar
2020-12-09patch 8.2.2118: dead code in the job supportv8.2.2118Bram Moolenaar
2020-12-09patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar
2020-12-09patch 8.2.2116: MS-Windows GUI: test for 'guifont' is incompletev8.2.2116Bram Moolenaar
2020-12-08patch 8.2.2115: Vim9: some errors not tested for; dead codev8.2.2115Bram Moolenaar
2020-12-08patch 8.2.2114: Vim9: unreachable code in assignmentv8.2.2114Bram Moolenaar
2020-12-08patch 8.2.2113: MS-Windows GUI: crash after using ":set guifont=" four timesv8.2.2113Bram Moolenaar
2020-12-08patch 8.2.2112: running tests may leave some files behindv8.2.2112Bram Moolenaar
2020-12-08patch 8.2.2111: GTK: menu background is the same color as the main windowv8.2.2111Bram Moolenaar
2020-12-08patch 8.2.2110: cannot use ":shell" when reading from stdinv8.2.2110Bram Moolenaar
2020-12-08patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabledv8.2.2109Bram Moolenaar
2020-12-08patch 8.2.2108: Vim9: no test to check for :let errorv8.2.2108Bram Moolenaar
2020-12-07patch 8.2.2107: Vim9: some errors not testedv8.2.2107Bram Moolenaar
2020-12-07patch 8.2.2106: TOML files are not recognizedv8.2.2106Bram Moolenaar
2020-12-06patch 8.2.2105: sound test is a bit flakyv8.2.2105Bram Moolenaar
2020-12-06patch 8.2.2104: build problem with Ruby 2.7v8.2.2104Bram Moolenaar
2020-12-06patch 8.2.2103: Vim9: unreachable codev8.2.2103Bram Moolenaar
2020-12-06patch 8.2.2102: Vim9: not all error messages testedv8.2.2102Bram Moolenaar
2020-12-06patch 8.2.2101: Vim9: memory leak when literal dict has an errorv8.2.2101Bram Moolenaar
2020-12-06patch 8.2.2100: insufficient testing for function range and dictv8.2.2100Bram Moolenaar
2020-12-06patch 8.2.2099: Vim9: some checks are not testedv8.2.2099Bram Moolenaar
2020-12-05patch 8.2.2098: Vim9: function argument of sort() and map() not testedv8.2.2098Bram Moolenaar
2020-12-05patch 8.2.2097: Vim9: using :silent! when calling a function prevents abortv8.2.2097Bram Moolenaar
2020-12-05patch 8.2.2096: Vim9: command modifiers not restored after assignmentv8.2.2096Bram Moolenaar
2020-12-05patch 8.2.2095: Vim9: crash when failed dict member is followed by concatv8.2.2095Bram Moolenaar
2020-12-05patch 8.2.2094: when an expression fails getting next command may be wrongv8.2.2094Bram Moolenaar
2020-12-05patch 8.2.2093: Vim9: script test sometimes failsv8.2.2093Bram Moolenaar
2020-12-05patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar
2020-12-04patch 8.2.2091: MS-Windows: build warningsv8.2.2091Bram Moolenaar
2020-12-04patch 8.2.2090: Vim9: dict does not accept a key in quotesv8.2.2090Bram Moolenaar
2020-12-04patch 8.2.2089: libvterm test fails to build on Macv8.2.2089Bram Moolenaar
2020-12-04patch 8.2.2088: Vim9: script test sometimes failsv8.2.2088Bram Moolenaar
2020-12-04patch 8.2.2087: Vim9: memory leak when statement is truncatedv8.2.2087Bram Moolenaar
2020-12-03patch 8.2.2086: libvterm tests are only run on Linuxv8.2.2086Bram Moolenaar
2020-12-03patch 8.2.2085: Qt translation file is recognized as typescriptv8.2.2085Bram Moolenaar