summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5048: when using XIM the gui test may failv8.2.5048Bram Moolenaar2022-05-312-1/+8
* patch 8.2.5047: CurSearch highlight is often wrongv8.2.5047Bram Moolenaar2022-05-317-6/+49
* patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar2022-05-306-37/+111
* patch 8.2.5045: can escape a terminal popup window when the job is finishedv8.2.5045Bram Moolenaar2022-05-307-26/+49
* patch 8.2.5044: command line test failsv8.2.5044Bram Moolenaar2022-05-303-6/+7
* patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar2022-05-306-12/+51
* patch 8.2.5042: scrollbar thumb in tall scrolled popup not visiblev8.2.5042Bram Moolenaar2022-05-304-10/+12
* patch 8.2.5041: cannot close a terminal popup with "NONE" jobv8.2.5041Bram Moolenaar2022-05-296-5/+36
* patch 8.2.5040: scrollbar thumb in scrolled popup not visiblev8.2.5040Bram Moolenaar2022-05-294-2/+28
* patch 8.2.5039: confusing error if first argument of popup_create() is wrongv8.2.5039Bram Moolenaar2022-05-295-4/+17
* patch 8.2.5038: a finished terminal in a popup window does not show scrollbarv8.2.5038Bram Moolenaar2022-05-296-10/+108
* patch 8.2.5037: cursor position may be invalid after "0;" rangev8.2.5037Bram Moolenaar2022-05-283-7/+27
* patch 8.2.5036: using two counters for timeout check in NFA enginev8.2.5036Bram Moolenaar2022-05-282-21/+19
* patch 8.2.5035: when splitting a window the changelist position movesv8.2.5035zeertzjq2022-05-284-28/+41
* patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar2022-05-277-0/+89
* patch 8.2.5033: build error with +eval but without +quickfixv8.2.5033Bram Moolenaar2022-05-273-3/+6
* patch 8.2.5032: Python 3 test fails without the GUIv8.2.5032Bram Moolenaar2022-05-272-1/+5
* patch 8.2.5031: cannot easily run the benchmarksv8.2.5031Bram Moolenaar2022-05-273-1/+10
* patch 8.2.5030: autocmd_add() can only handle one event and patternv8.2.5030Yegappan Lakshmanan2022-05-275-46/+221
* 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