summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-27patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar
2022-05-27patch 8.2.5033: build error with +eval but without +quickfixv8.2.5033Bram Moolenaar
2022-05-27patch 8.2.5032: Python 3 test fails without the GUIv8.2.5032Bram Moolenaar
2022-05-27patch 8.2.5031: cannot easily run the benchmarksv8.2.5031Bram Moolenaar
2022-05-27patch 8.2.5030: autocmd_add() can only handle one event and patternv8.2.5030Yegappan Lakshmanan
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-27patch 8.2.5028: syntax regexp matching can be slowv8.2.5028Bram Moolenaar
2022-05-27patch 8.2.5027: error for missing :endif when an exception was thrownv8.2.5027Bram Moolenaar
2022-05-26patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar
2022-05-26patch 8.2.5025: Vim9: a few lines not covered by testsv8.2.5025Bram Moolenaar
2022-05-26patch 8.2.5024: using freed memory with "]d"v8.2.5024Bram Moolenaar
2022-05-26patch 8.2.5023: substitute overwrites allocated bufferv8.2.5023Bram Moolenaar
2022-05-26patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completionv8.2.5022LemonBoy
2022-05-26patch 8.2.5021: build fails with normal features and +terminalv8.2.5021Bram Moolenaar
2022-05-26patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'v8.2.5020Milly
2022-05-26patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy
2022-05-25patch 8.2.5018: Vim9: some code is not covered by testsv8.2.5018Bram Moolenaar
2022-05-25patch 8.2.5017: gcc 12.1 warns for uninitialized variablev8.2.5017mityu
2022-05-25patch 8.2.5016: access before start of text with a put commandv8.2.5016Bram Moolenaar
2022-05-25patch 8.2.5015: Hoon and Moonscript files are not recognizedv8.2.5015=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-05-24patch 8.2.5014: byte offsets are wrong when using text propertiesv8.2.5014Paul Ollis
2022-05-24patch 8.2.5013: after text formatting cursor may be in an invalid positionv8.2.5013Bram Moolenaar
2022-05-24patch 8.2.5012: cannot select one character inside ()v8.2.5012LemonBoy
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