summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5143: some tests fail when using valgrindv8.2.5143Bram Moolenaar2022-06-215-33/+45
* patch 8.2.5142: startup test fails if there is a status barv8.2.5142Bram Moolenaar2022-06-212-3/+7
* patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar2022-06-206-23/+24
* patch 8.2.5140: seachpair timeout test is flakyv8.2.5140Bram Moolenaar2022-06-202-0/+4
* patch 8.2.5139: TIME_WITH_SYS_TIME is no longer supported by autoconfv8.2.5139Bram Moolenaar2022-06-202-4/+3
* patch 8.2.5138: various small issuesv8.2.5138Bram Moolenaar2022-06-206-8/+11
* patch 8.2.5137: cannot build without the +channel featurev8.2.5137Bram Moolenaar2022-06-204-0/+8
* Update runtime filesBram Moolenaar2022-06-2015-326/+4672
* patch 8.2.5136: debugger test fails when run with valgrindv8.2.5136Bram Moolenaar2022-06-194-3/+11
* patch 8.2.5135: running configure gives warnings for main() return typev8.2.5135Bram Moolenaar2022-06-193-26/+28
* patch 8.2.5134: function has confusing namev8.2.5134Bram Moolenaar2022-06-192-5/+7
* patch 8.2.5133: MacOS: build failsv8.2.5133Bram Moolenaar2022-06-192-2/+2
* patch 8.2.5132: :mkview test doesn't test muchv8.2.5132James McCoy2022-06-192-5/+15
* patch 8.2.5131: timeout implementation is not optimalv8.2.5131Bram Moolenaar2022-06-195-23/+60
* patch 8.2.5130: edit test for mode message fails when using valgrindv8.2.5130Bram Moolenaar2022-06-192-7/+9
* patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar2022-06-194-4/+6
* patch 8.2.5128: syntax disabled when using synID() in searchpair() skip exprv8.2.5128Bram Moolenaar2022-06-194-3/+11
* patch 8.2.5127: using assert_true() does not show value on failurev8.2.5127zeertzjq2022-06-193-5/+5
* patch 8.2.5126: substitute may overrun destination bufferv8.2.5126Bram Moolenaar2022-06-183-3/+19
* patch 8.2.5125: MS-Windows: warnings from MinGW compilerv8.2.5125Yasuhiro Matsumoto2022-06-184-3/+5
* patch 8.2.5124: when syntax timeout test fails it does not show the timev8.2.5124Bram Moolenaar2022-06-182-5/+5
* patch 8.2.5123: using invalid index when looking for spell suggestionsv8.2.5123Bram Moolenaar2022-06-183-1/+14
* patch 8.2.5122: lisp indenting my run over the end of the linev8.2.5122Bram Moolenaar2022-06-183-0/+14
* patch 8.2.5121: interrupt test sometimes failsv8.2.5121Bram Moolenaar2022-06-182-4/+9
* patch 8.2.5120: searching for quotes may go over the end of the linev8.2.5120Bram Moolenaar2022-06-182-0/+8
* patch 8.2.5119: CI uses cache v2v8.2.5119Philip H2022-06-172-2/+4
* patch 8.2.5118: MS-Windows: sending a message to another Vim may hangv8.2.5118K.Takata2022-06-173-39/+68
* patch 8.2.5117: crash when calling a Lua callback from a :def functionv8.2.5117Bram Moolenaar2022-06-173-8/+22
* patch 8.2.5116: "limit" option of matchfuzzy() not always respectedv8.2.5116Kazuyuki Miyagi2022-06-174-3/+14
* Update runtime filesBram Moolenaar2022-06-1735-619/+747
* patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar2022-06-177-37/+80
* patch 8.2.5114: time limit on searchpair() does not work properlyv8.2.5114Bram Moolenaar2022-06-164-11/+42
* patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errorsv8.2.5113Bram Moolenaar2022-06-164-1/+22
* patch 8.2.5112: gui test hangs on MS-Windowsv8.2.5112Bram Moolenaar2022-06-162-1/+7
* patch 8.2.5111: no test for --gui-dialog-filev8.2.5111Bram Moolenaar2022-06-162-3/+21
* patch 8.2.5110: icon filetype not recognized from the first linev8.2.5110Bram Moolenaar2022-06-163-0/+7
* patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modev8.2.5109Bram Moolenaar2022-06-165-3/+28
* patch 8.2.5108: retab test disabled because it hangs on MS-Windowsv8.2.5108Bram Moolenaar2022-06-163-16/+20
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-1617-38/+40
* patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq2022-06-167-25/+37
* patch 8.2.5105: test still hangs on MS-Windowsv8.2.5105Bram Moolenaar2022-06-152-9/+8
* patch 8.2.5104: test hangs on MS-Windowsv8.2.5104Bram Moolenaar2022-06-152-1/+8
* patch 8.2.5103: build fails with small featuresv8.2.5103Bram Moolenaar2022-06-153-0/+7
* patch 8.2.5102: interrupt not caught in testv8.2.5102Bram Moolenaar2022-06-155-12/+31
* patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"v8.2.5101Yegappan Lakshmanan2022-06-153-4/+9
* patch 8.2.5100: memory usage tests are not retriedv8.2.5100Bram Moolenaar2022-06-152-0/+5
* patch 8.2.5099: some terminal tests are not retriedv8.2.5099Bram Moolenaar2022-06-152-1/+7
* patch 8.2.5098: spelldump test sometimes hangsv8.2.5098Bram Moolenaar2022-06-152-17/+57
* patch 8.2.5097: using uninitialized memory when using 'listchars'v8.2.5097Bram Moolenaar2022-06-152-2/+5
* patch 8.2.5096: terminal test still fails with some shell commandsv8.2.5096Bram Moolenaar2022-06-142-1/+3