summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5143: some tests fail when using valgrindv8.2.5143Bram Moolenaar2022-06-211-0/+2
* patch 8.2.5142: startup test fails if there is a status barv8.2.5142Bram Moolenaar2022-06-211-0/+2
* patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5140: seachpair timeout test is flakyv8.2.5140Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5139: TIME_WITH_SYS_TIME is no longer supported by autoconfv8.2.5139Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5138: various small issuesv8.2.5138Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5137: cannot build without the +channel featurev8.2.5137Bram Moolenaar2022-06-201-0/+2
* patch 8.2.5136: debugger test fails when run with valgrindv8.2.5136Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5135: running configure gives warnings for main() return typev8.2.5135Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5134: function has confusing namev8.2.5134Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5133: MacOS: build failsv8.2.5133Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5132: :mkview test doesn't test muchv8.2.5132James McCoy2022-06-191-0/+2
* patch 8.2.5131: timeout implementation is not optimalv8.2.5131Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5130: edit test for mode message fails when using valgrindv8.2.5130Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5128: syntax disabled when using synID() in searchpair() skip exprv8.2.5128Bram Moolenaar2022-06-191-0/+2
* patch 8.2.5127: using assert_true() does not show value on failurev8.2.5127zeertzjq2022-06-191-0/+2
* patch 8.2.5126: substitute may overrun destination bufferv8.2.5126Bram Moolenaar2022-06-181-0/+2
* patch 8.2.5125: MS-Windows: warnings from MinGW compilerv8.2.5125Yasuhiro Matsumoto2022-06-181-0/+2
* patch 8.2.5124: when syntax timeout test fails it does not show the timev8.2.5124Bram Moolenaar2022-06-181-0/+2
* patch 8.2.5123: using invalid index when looking for spell suggestionsv8.2.5123Bram Moolenaar2022-06-181-0/+2
* patch 8.2.5122: lisp indenting my run over the end of the linev8.2.5122Bram Moolenaar2022-06-181-0/+2
* patch 8.2.5121: interrupt test sometimes failsv8.2.5121Bram Moolenaar2022-06-181-0/+2
* patch 8.2.5120: searching for quotes may go over the end of the linev8.2.5120Bram Moolenaar2022-06-181-0/+2
* patch 8.2.5119: CI uses cache v2v8.2.5119Philip H2022-06-171-0/+2
* patch 8.2.5118: MS-Windows: sending a message to another Vim may hangv8.2.5118K.Takata2022-06-171-0/+2
* patch 8.2.5117: crash when calling a Lua callback from a :def functionv8.2.5117Bram Moolenaar2022-06-171-0/+2
* patch 8.2.5116: "limit" option of matchfuzzy() not always respectedv8.2.5116Kazuyuki Miyagi2022-06-171-0/+2
* patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar2022-06-171-0/+2
* patch 8.2.5114: time limit on searchpair() does not work properlyv8.2.5114Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5113: timer becomes invalid after fork/exec, :gui gives errorsv8.2.5113Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5112: gui test hangs on MS-Windowsv8.2.5112Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5111: no test for --gui-dialog-filev8.2.5111Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5110: icon filetype not recognized from the first linev8.2.5110Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modev8.2.5109Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5108: retab test disabled because it hangs on MS-Windowsv8.2.5108Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-0/+2
* patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq2022-06-161-0/+2
* patch 8.2.5105: test still hangs on MS-Windowsv8.2.5105Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5104: test hangs on MS-Windowsv8.2.5104Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5103: build fails with small featuresv8.2.5103Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5102: interrupt not caught in testv8.2.5102Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"v8.2.5101Yegappan Lakshmanan2022-06-151-0/+2
* patch 8.2.5100: memory usage tests are not retriedv8.2.5100Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5099: some terminal tests are not retriedv8.2.5099Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5098: spelldump test sometimes hangsv8.2.5098Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5097: using uninitialized memory when using 'listchars'v8.2.5097Bram Moolenaar2022-06-151-0/+2
* patch 8.2.5096: terminal test still fails with some shell commandsv8.2.5096Bram Moolenaar2022-06-141-0/+2
* patch 8.2.5095: terminal test still fails with some shell commandsv8.2.5095Bram Moolenaar2022-06-141-0/+2
* patch 8.2.5094: MS-Windows GUI: empty command may cause a dialogv8.2.5094Bram Moolenaar2022-06-141-0/+2