summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-24patch 8.2.5011: Replacing an autocommand requires several linesv8.2.5011Yegappan Lakshmanan
2022-05-23patch 8.2.5010: the terminal debugger uses various global variablesv8.2.5010Bram Moolenaar
2022-05-23patch 8.2.5009: fold may not be closeable after appendingv8.2.5009Brandon Simmons
2022-05-23patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping commentv8.2.5008Bram Moolenaar
2022-05-23patch 8.2.5007: spell suggestion may use uninitialized memoryv8.2.5007Bram Moolenaar
2022-05-22patch 8.2.5006: asan warns for undefined behaviorv8.2.5006Bram Moolenaar
2022-05-22patch 8.2.5005: compiler warning for uninitialized variablev8.2.5005Bram Moolenaar
2022-05-22patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar
2022-05-22patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan
2022-05-22patch 8.2.5002: deletebufline() may change Visual selectionv8.2.5002LemonBoy
2022-05-22patch 8.2.5001: checking translations affects the search pattern historyv8.2.5001Bram Moolenaar
2022-05-22patch 8.2.5000: no patch for documentation updatesv8.2.5000Bram Moolenaar
2022-05-22patch 8.2.4999: filetype test table is not properly sortedv8.2.4999Bram Moolenaar
2022-05-22patch 8.2.4998: Vim9: crash when using multiple funcref()v8.2.4998Bram Moolenaar
2022-05-22patch 8.2.4997: Python: changing hidden buffer can cause display mess upv8.2.4997Bram Moolenaar
2022-05-22patch 8.2.4996: setbufline() may change Visual selectionv8.2.4996Bram Moolenaar
2022-05-21patch 8.2.4995: still a compiler warning for possibly uninitialized variablev8.2.4995Bram Moolenaar
2022-05-21patch 8.2.4994: tests are using legacy functionsv8.2.4994Bram Moolenaar
2022-05-21patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar
2022-05-21patch 8.2.4992: compiler warning for possibly uninitialized variablev8.2.4992Bram Moolenaar
2022-05-21patch 8.2.4991: no test for hwat patch 8.1.0535 fixesv8.2.4991zeertzjq
2022-05-21patch 8.2.4990: memory leak when :defcompile failsv8.2.4990Bram Moolenaar
2022-05-21patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar
2022-05-21Update runtime files.Bram Moolenaar
2022-05-21patch 8.2.4988: textprop in wrong position when replacing multi-byte charsv8.2.4988LemonBoy
2022-05-20patch 8.2.4987: after deletion a small fold may be closablev8.2.4987Brandon Simmons
2022-05-20patch 8.2.4986: some github actions are outdatedv8.2.4986Philip H
2022-05-20patch 8.2.4985: PVS warns for possible array underrunv8.2.4985Bram Moolenaar
2022-05-20patch 8.2.4984: dragging statusline fails for window with winbarv8.2.4984zeertzjq
2022-05-20patch 8.2.4983: colors test fails in the GUIv8.2.4983Bram Moolenaar
2022-05-20patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy
2022-05-19patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan
2022-05-18patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warnv8.2.4980Bram Moolenaar
2022-05-18patch 8.2.4979: accessing freed memory when line is flushedv8.2.4979Bram Moolenaar
2022-05-18patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978Christian Brabandt
2022-05-18patch 8.2.4977: memory access error when substitute expression changes windowv8.2.4977Bram Moolenaar
2022-05-18patch 8.2.4976: Coverity complains about not restoring a saved valuev8.2.4976Bram Moolenaar
2022-05-17patch 8.2.4975: recursive command line loop may cause a crashv8.2.4975Bram Moolenaar
2022-05-17patch 8.2.4974: ":so" command may read after end of bufferv8.2.4974Bram Moolenaar
2022-05-17patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar
2022-05-17patch 8.2.4972: Vim9: compilation fails when using dict member when skippingv8.2.4972Bram Moolenaar
2022-05-17patch 8.2.4971: Vim9: interpolated string seen as rangev8.2.4971Bram Moolenaar
2022-05-17patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does notv8.2.4970Bram Moolenaar
2022-05-16patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar
2022-05-16patch 8.2.4968: reading past end of the line when C-indentingv8.2.4968Bram Moolenaar
2022-05-16patch 8.2.4967: MS-Windows GUI: mouse event test sometimes failsv8.2.4967Bram Moolenaar
2022-05-16patch 8.2.4966: MS-Windows GUI: mouse event test gets extra eventv8.2.4966Bram Moolenaar
2022-05-16patch 8.2.4965: GUI: testing mouse move event depends on screen cell sizev8.2.4965Bram Moolenaar
2022-05-16patch 8.2.4964: MS-Windows GUI: mouse event test is flakyv8.2.4964Bram Moolenaar
2022-05-16patch 8.2.4963: expanding path with "/**" may overrun end of bufferv8.2.4963Bram Moolenaar