summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-2722-76/+51
* patch 8.2.5028: syntax regexp matching can be slowv8.2.5028Bram Moolenaar2022-05-273-9/+31
* patch 8.2.5027: error for missing :endif when an exception was thrownv8.2.5027Bram Moolenaar2022-05-273-1/+21
* patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar2022-05-267-51/+182
* patch 8.2.5025: Vim9: a few lines not covered by testsv8.2.5025Bram Moolenaar2022-05-264-1/+44
* patch 8.2.5024: using freed memory with "]d"v8.2.5024Bram Moolenaar2022-05-263-0/+14
* patch 8.2.5023: substitute overwrites allocated bufferv8.2.5023Bram Moolenaar2022-05-264-21/+51
* patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completionv8.2.5022LemonBoy2022-05-263-4/+31
* patch 8.2.5021: build fails with normal features and +terminalv8.2.5021Bram Moolenaar2022-05-262-20/+32
* patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'v8.2.5020Milly2022-05-263-0/+37
* patch 8.2.5019: cannot get the first screen column of a characterv8.2.5019LemonBoy2022-05-265-26/+96
* patch 8.2.5018: Vim9: some code is not covered by testsv8.2.5018Bram Moolenaar2022-05-255-126/+103
* patch 8.2.5017: gcc 12.1 warns for uninitialized variablev8.2.5017mityu2022-05-252-1/+3
* patch 8.2.5016: access before start of text with a put commandv8.2.5016Bram Moolenaar2022-05-253-2/+16
* patch 8.2.5015: Hoon and Moonscript files are not recognizedv8.2.5015=?UTF-8?q?Dundar=20G=C3=B6c?=2022-05-253-2/+12
* patch 8.2.5014: byte offsets are wrong when using text propertiesv8.2.5014Paul Ollis2022-05-244-6/+106
* patch 8.2.5013: after text formatting cursor may be in an invalid positionv8.2.5013Bram Moolenaar2022-05-243-0/+17
* patch 8.2.5012: cannot select one character inside ()v8.2.5012LemonBoy2022-05-243-2/+24
* patch 8.2.5011: Replacing an autocommand requires several linesv8.2.5011Yegappan Lakshmanan2022-05-245-11/+58
* patch 8.2.5010: the terminal debugger uses various global variablesv8.2.5010Bram Moolenaar2022-05-233-48/+134
* patch 8.2.5009: fold may not be closeable after appendingv8.2.5009Brandon Simmons2022-05-233-0/+22
* patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping commentv8.2.5008Bram Moolenaar2022-05-235-7/+29
* patch 8.2.5007: spell suggestion may use uninitialized memoryv8.2.5007Bram Moolenaar2022-05-233-4/+24
* patch 8.2.5006: asan warns for undefined behaviorv8.2.5006Bram Moolenaar2022-05-224-3/+6
* patch 8.2.5005: compiler warning for uninitialized variablev8.2.5005Bram Moolenaar2022-05-222-6/+7
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-227-19/+26
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-2211-160/+554
* patch 8.2.5002: deletebufline() may change Visual selectionv8.2.5002LemonBoy2022-05-223-0/+22
* patch 8.2.5001: checking translations affects the search pattern historyv8.2.5001Bram Moolenaar2022-05-222-3/+5
* patch 8.2.5000: no patch for documentation updatesv8.2.5000Bram Moolenaar2022-05-229-39/+37
* patch 8.2.4999: filetype test table is not properly sortedv8.2.4999Bram Moolenaar2022-05-222-30/+33
* patch 8.2.4998: Vim9: crash when using multiple funcref()v8.2.4998Bram Moolenaar2022-05-223-1/+48
* patch 8.2.4997: Python: changing hidden buffer can cause display mess upv8.2.4997Bram Moolenaar2022-05-223-1/+41
* patch 8.2.4996: setbufline() may change Visual selectionv8.2.4996Bram Moolenaar2022-05-223-0/+21
* patch 8.2.4995: still a compiler warning for possibly uninitialized variablev8.2.4995Bram Moolenaar2022-05-212-2/+4
* patch 8.2.4994: tests are using legacy functionsv8.2.4994Bram Moolenaar2022-05-212-504/+521
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-2127-508/+80
* patch 8.2.4992: compiler warning for possibly uninitialized variablev8.2.4992Bram Moolenaar2022-05-213-3/+5
* patch 8.2.4991: no test for hwat patch 8.1.0535 fixesv8.2.4991zeertzjq2022-05-212-0/+22
* patch 8.2.4990: memory leak when :defcompile failsv8.2.4990Bram Moolenaar2022-05-212-0/+3
* patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar2022-05-218-64/+126
* Update runtime files.Bram Moolenaar2022-05-2123-4064/+8166
* patch 8.2.4988: textprop in wrong position when replacing multi-byte charsv8.2.4988LemonBoy2022-05-213-1/+15
* patch 8.2.4987: after deletion a small fold may be closablev8.2.4987Brandon Simmons2022-05-203-4/+43
* patch 8.2.4986: some github actions are outdatedv8.2.4986Philip H2022-05-204-8/+10
* patch 8.2.4985: PVS warns for possible array underrunv8.2.4985Bram Moolenaar2022-05-202-1/+3
* patch 8.2.4984: dragging statusline fails for window with winbarv8.2.4984zeertzjq2022-05-203-1/+31
* patch 8.2.4983: colors test fails in the GUIv8.2.4983Bram Moolenaar2022-05-202-0/+3
* patch 8.2.4982: colors in terminal window are not 100% correctv8.2.4982LemonBoy2022-05-209-49/+204
* patch 8.2.4981: it is not possible to manipulate autocommandsv8.2.4981Yegappan Lakshmanan2022-05-199-1/+801