summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0508: Coveralls no longer shows per-file coveragev8.0.0508Bram Moolenaar2017-03-252-0/+3
* patch 8.0.0507: client-server tests fail when $DISPLAY is not setv8.0.0507Bram Moolenaar2017-03-253-0/+22
* patch 8.0.0506: can't build with ANSI Cv8.0.0506Bram Moolenaar2017-03-252-2/+5
* patch 8.0.0505: failed window split for :stag not handledv8.0.0505Bram Moolenaar2017-03-252-2/+8
* patch 8.0.0504: looking up an Ex command is a bit slowv8.0.0504Bram Moolenaar2017-03-255-35/+176
* patch 8.0.0503: endless loop in updating folds with 32 bit intsv8.0.0503Bram Moolenaar2017-03-232-1/+3
* patch 8.0.0502: Coverity complains about possible NULL pointerv8.0.0502Bram Moolenaar2017-03-212-0/+3
* patch 8.0.0501: on MS-Windows ":!start" does not work as expectedv8.0.0501Bram Moolenaar2017-03-213-4/+42
* Update runtime files. Add Rust support.Bram Moolenaar2017-03-2119-142/+1737
* patch 8.0.0500: quotestar test is still a bit flakyv8.0.0500Bram Moolenaar2017-03-212-2/+8
* patch 8.0.0499: taglist() does not prioritize tags for a bufferv8.0.0499Bram Moolenaar2017-03-218-10/+44
* patch 8.0.0498: two autocmd tests are skipped on MS-Windowsv8.0.0498Bram Moolenaar2017-03-212-26/+32
* patch 8.0.0497: arabic support is not fully testedv8.0.0497Bram Moolenaar2017-03-213-1/+154
* patch 8.0.0496: insufficient testing for foldingv8.0.0496Bram Moolenaar2017-03-212-2/+57
* patch 8.0.0495: quotestar test uses timer instead of timeoutv8.0.0495Bram Moolenaar2017-03-202-27/+9
* patch 8.0.0494: build failure with older compiler on MS-Windowsv8.0.0494Bram Moolenaar2017-03-194-5/+8
* patch 8.0.0493: crash with cd command with very long argumentv8.0.0493Bram Moolenaar2017-03-195-12/+58
* patch 8.0.0492: a failing client-server request can make Vim hangv8.0.0492Bram Moolenaar2017-03-1910-76/+84
* patch 8.0.0491: quotestar test fails when features are missingv8.0.0491Bram Moolenaar2017-03-192-1/+3
* patch 8.0.0490: vertical split makes 'winfixwidth' window smallerv8.0.0490Bram Moolenaar2017-03-193-11/+7
* patch 8.0.0489: clipboard and "* register is not testedv8.0.0489Bram Moolenaar2017-03-195-0/+144
* patch 8.0.0488: running tests leaves an "xxx" file behindv8.0.0488Bram Moolenaar2017-03-192-4/+5
* patch 8.0.0487: the autocmd test hangs on MS-Windowsv8.0.0487Bram Moolenaar2017-03-192-0/+8
* patch 8.0.0486: crash and endless loop when closing windows in autocmdv8.0.0486Bram Moolenaar2017-03-195-2/+129
* patch 8.0.0485: not all windows commands are testedv8.0.0485Bram Moolenaar2017-03-198-4/+317
* patch 8.0.0484: :lhelpgrep does not fail after a successful onev8.0.0484Bram Moolenaar2017-03-193-40/+150
* patch 8.0.0483: illegal memory access when using :allv8.0.0483Bram Moolenaar2017-03-183-0/+18
* patch 8.0.0482: the setbufvar() function may mess up the window layoutv8.0.0482Bram Moolenaar2017-03-183-1/+34
* patch 8.0.0481: unnecessary if statementv8.0.0481Bram Moolenaar2017-03-182-33/+32
* patch 8.0.0480: the remote_peek() test fails on MS-Windowsv8.0.0480Bram Moolenaar2017-03-183-0/+22
* patch 8.0.0479: remote_peek() is not testedv8.0.0479Bram Moolenaar2017-03-183-0/+25
* patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsv8.0.0478Bram Moolenaar2017-03-1812-41/+44
* patch 8.0.0477: the client-server test may hang when failingv8.0.0477Bram Moolenaar2017-03-189-64/+149
* patch 8.0.0476: missing change to main.cv8.0.0476Bram Moolenaar2017-03-182-0/+43
* patch 8.0.0475: not enough testing for the client-server featurev8.0.0475Bram Moolenaar2017-03-187-22/+73
* patch 8.0.0474: the client-server feature is not testedv8.0.0474Bram Moolenaar2017-03-186-16/+72
* patch 8.0.0473: no test covering arg_all()v8.0.0473Bram Moolenaar2017-03-162-20/+29
* patch 8.0.0472: when a test fails another test may also failv8.0.0472Bram Moolenaar2017-03-162-2/+4
* patch 8.0.0471: exit callback test sometimes failsv8.0.0471Bram Moolenaar2017-03-162-0/+3
* patch 8.0.0470: not enough testing for help commandsv8.0.0470Bram Moolenaar2017-03-163-0/+63
* patch 8.0.0469: compiler warnings on MS-Windowsv8.0.0469Bram Moolenaar2017-03-162-3/+7
* patch 8.0.0468: after aborting an Ex command g< does not workv8.0.0468Bram Moolenaar2017-03-166-16/+61
* patch 8.0.0467: using g< after :for does not show the right outputv8.0.0467Bram Moolenaar2017-03-162-0/+11
* Update runtime files.Bram Moolenaar2017-03-1635-235/+485
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-1633-264/+259
* patch 8.0.0465: off-by-one error in using :move with foldingv8.0.0465Bram Moolenaar2017-03-163-6/+28
* patch 8.0.0464: can't find executable name on Solaris and FreeBSDv8.0.0464Bram Moolenaar2017-03-165-14/+35
* patch 8.0.0463: side effects from resetting 'compatible' in defaults.vimv8.0.0463Bram Moolenaar2017-03-162-2/+7
* patch 8.0.0462: failure of an MS-Windows test may go unnoticedv8.0.0462Bram Moolenaar2017-03-162-0/+3
* patch 8.0.0461: test 45 hangs on MS-Windowsv8.0.0461Bram Moolenaar2017-03-163-11/+7