summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5064: no test for what 8.1.0052 fixesv8.2.5064zeertzjq2022-06-063-2/+34
* patch 8.2.5063: error for a command may go over the end of IObuffv8.2.5063Bram Moolenaar2022-06-063-2/+17
* patch 8.2.5062: Coverity warns for dead codev8.2.5062Bram Moolenaar2022-06-063-9/+3
* patch 8.2.5061: C89 requires signal handlers to return voidv8.2.5061Bram Moolenaar2022-06-0510-129/+49
* patch 8.2.5060: running configure failsv8.2.5060Bram Moolenaar2022-06-053-4/+4
* patch 8.2.5059: autoconf 2.71 produces many obsolete warningsv8.2.5059Bram Moolenaar2022-06-053-171/+185
* patch 8.2.5058: input() does not handle composing characters properlyv8.2.5058zeertzjq2022-06-053-1/+7
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-0529-242/+811
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-0410-63/+58
* patch 8.2.5055: statusline is not updated when terminal title changesv8.2.5055LemonBoy2022-06-042-0/+5
* Update runtime filesBram Moolenaar2022-06-0331-2012/+1423
* patch 8.2.5054: no good filetype for conf files similar to dosiniv8.2.5054Mudskipper8752022-06-033-19/+22
* patch 8.2.5053: cannot have a comment halfway an expression in a blockv8.2.5053Bram Moolenaar2022-06-033-2/+49
* patch 8.2.5052: CI checkout step title is a bit crypticv8.2.5052Philip H2022-06-014-5/+11
* patch 8.2.5051: check for autocmd_add() event argument is confusingv8.2.5051Bram Moolenaar2022-06-012-8/+8
* patch 8.2.5050: using freed memory when searching for pattern in pathv8.2.5050Bram Moolenaar2022-06-013-3/+31
* patch 8.2.5049: insufficient tests for autocommandsv8.2.5049Yegappan Lakshmanan2022-06-015-26/+37
* 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