summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-12-19patch 9.0.2175: Compile error with Motif UI + mouse supportv9.0.2176Ken Takata
2023-12-18translation(it): Update Italian translationsAntonio Giovanni Colombo
2023-12-18translation(tr): Update Turkish translations (#13710)Emir SARI
2023-12-18patch 9.0.2175: Compiler warning for uninitialized varv9.0.2175Yegappan Lakshmanan
2023-12-18patch 9.0.2174: Vim9: segfault when assigning to typev9.0.2174Ernie Rael
2023-12-16patch 9.0.2173: Vim9: crash when compiling for statement and non-existing typev9.0.2173Yegappan Lakshmanan
2023-12-16patch 9.0.2172: Vim9: compiling :defer may failv9.0.2172Yegappan Lakshmanan
2023-12-16translation(ie): Updated Irish translation (#13699)Kevin Scannell
2023-12-16patch 9.0.2171: The options[] array is still not sorted alphabeticallyv9.0.2171zeertzjq
2023-12-16patch 9.0.2170: Vim9: no support for const/final class/objects varsv9.0.2170Yegappan Lakshmanan
2023-12-16patch 9.0.2169: Vim9: builtin funcs may accept a non-valuev9.0.2169Ernie Rael
2023-12-16patch 9.0.2168: Moving tabpages on :drop may cause an endless loopv9.0.2168Christian Brabandt
2023-12-14runtime(termdebug): add Tbreak commandiam28th
2023-12-14patch 9.0.2167: Vim9: not consistently using :var for declarationsv9.0.2167Doug Kearns
2023-12-14patch 9.0.2166: Memory leak in Configure Script when checking GTKv9.0.2166Zdenek Dohnal
2023-12-14patch 9.0.2165: Vim9: can simplify arg type checking codev9.0.2165Ernie Rael
2023-12-14patch 9.0.2164: Vim9: can use type a func arg/return valuev9.0.2164Ernie Rael
2023-12-14patch 9.0.2163: Vim9: type can be assigned to list/dictv9.0.2163Ernie Rael
2023-12-14patch 9.0.2162: Vim9: type documentation out-datedv9.0.2162Yegappan Lakshmanan
2023-12-14patch 9.0.2161: Vim9: not able to use imported interfaces and classesv9.0.2161Yegappan Lakshmanan
2023-12-12patch 9.0.2160: instanceof() should use varargs as second argv9.0.2160Ernie Rael
2023-12-12patch 9.0.2159: screenpos() may crash with neg. columnv9.0.2159zeertzjq
2023-12-11patch 9.0.2158: [security]: use-after-free in check_argument_typev9.0.2158Christian Brabandt
2023-12-11patch 9.0.2157: Vim9: incorrectly parses :def func definitionsv9.0.2157Christian Brabandt
2023-12-11patch 9.0.2156: Vim9: can use typealias in assignmentv9.0.2156Ernie Rael
2023-12-08patch 9.0.2155: Vim9: type not kept when assigning varsv9.0.2155Yegappan Lakshmanan
2023-12-08patch 9.0.2154: The option[] array is not sortedv9.0.2154zeertzjq
2023-12-05patch 9.0.2153: no support to build on OpenVMSv9.0.2153Zoltan Arpadffy
2023-12-05patch 9.0.2152: Using type unknown for List/Dict containersv9.0.2152Yegappan Lakshmanan
2023-12-05patch 9.0.2151: 'breakindent' is not drawn after diff filler linesv9.0.2151zeertzjq
2023-12-05patch 9.0.2150: Using int for errbuflen in option funcsv9.0.2150Mike Williams
2023-12-04patch 9.0.2149: [security]: use-after-free in exec_instructions()v9.0.2149Christian Brabandt
2023-12-04patch 9.0.2148: Vim does not detect pacman.log filev9.0.2148Ronan Pigott
2023-12-04patch 9.0.2147: Type check tests fail without the channel featurev9.0.2147Yegappan Lakshmanan
2023-12-03patch 9.0.2146: text-property without type errors when joiningv9.0.2146Christian Brabandt
2023-12-03patch 9.0.2145: wrong scrolling in insert mode with smoothscrollv9.0.2145zeertzjq
2023-12-03patch 9.0.2144: Text properties causes wrong line wrappingv9.0.2144zeertzjq
2023-12-03CI: disable the test_terminal_resize2() test for GH CI in gui mode (#13615)Christian Brabandt
2023-12-01patch 9.0.2143: [security]: buffer-overflow in ex_substitutev9.0.2143Christian Brabandt
2023-12-01patch 9.0.2142: [security]: stack-buffer-overflow in option callback functionsv9.0.2142Christian Brabandt
2023-12-01patch 9.0.2141: [security]: buffer-overflow in suggest_trie_walkv9.0.2141Christian Brabandt
2023-12-01patch 9.0.2140: [security]: use-after-free in win-enterv9.0.2140Christian Brabandt
2023-12-01patch 9.0.2139: html.angular ft is problematicv9.0.2139Christian Brabandt
2023-12-01CI: disable the test_terminal_resize() test for GH CI in GUI (#13603)Christian Brabandt
2023-11-30patch 9.0.2138: Overflow logic requires long longv9.0.2138Ernie Rael
2023-11-30patch 9.0.2137: Can't detect angular & mustache filetypesv9.0.2137ObserverOfTime
2023-11-28patch 9.0.2136: MSVC errorformat can be improvedv9.0.2136Shawn Hatori
2023-11-28patch 9.0.2135: No test for mode() when executing Ex commandsv9.0.2135zeertzjq
2023-11-27patch 9.0.2134: ml_get error when scrollingv9.0.2134Christian Brabandt
2023-11-27patch 9.0.2133: Cannot detect overstrike mode in Cmdline modev9.0.2133Sam-programs