summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+2
* patch 8.2.5118: MS-Windows: sending a message to another Vim may hangv8.2.5118K.Takata2022-06-172-16/+41
* 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-173-1/+12
* Update runtime filesBram Moolenaar2022-06-173-241/+134
* 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-162-0/+3
* 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
* patch 8.2.5095: terminal test still fails with some shell commandsv8.2.5095Bram Moolenaar2022-06-142-3/+5
* patch 8.2.5094: MS-Windows GUI: empty command may cause a dialogv8.2.5094Bram Moolenaar2022-06-143-2/+6
* patch 8.2.5093: error message for unknown command may have the command twicev8.2.5093Bram Moolenaar2022-06-142-1/+5
* patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointersv8.2.5092Bram Moolenaar2022-06-142-11/+18
* patch 8.2.5091: terminal test fails with some shell commandsv8.2.5091Bram Moolenaar2022-06-142-0/+6
* patch 8.2.5090: MS-Windows: vim.def is no longer usedv8.2.5090K.Takata2022-06-142-4/+2
* patch 8.2.5089: some functions return a different value on failurev8.2.5089Yegappan Lakshmanan2022-06-145-6/+14
* patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088zeertzjq2022-06-145-11/+11
* patch 8.2.5087: cannot build with clang on MS-Windowsv8.2.5087Yegappan Lakshmanan2022-06-144-1/+56
* patch 8.2.5086: CI runs on Windows 2019v8.2.5086Philip H2022-06-141-0/+2
* patch 8.2.5085: gcc gives warning for signed/unsigned differencev8.2.5085Bram Moolenaar2022-06-132-3/+5
* patch 8.2.5084: when the GUI shows a dialog tests get stuckv8.2.5084Bram Moolenaar2022-06-1314-18/+104
* patch 8.2.5083: autocmd test still fails on MS-Windowsv8.2.5083Bram Moolenaar2022-06-122-4/+3
* patch 8.2.5082: retab test failsv8.2.5082Bram Moolenaar2022-06-122-3/+7
* patch 8.2.5081: autocmd test fails on MS-Windowsv8.2.5081Bram Moolenaar2022-06-122-0/+5