summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0460: can't build on HPUXv8.0.0460Bram Moolenaar2017-03-162-2/+4
* patch 8.0.0459: old fix for :move and folding no longer neededv8.0.0459Bram Moolenaar2017-03-152-14/+2
* patch 8.0.0458: potential crash if adding list or dict to dict failsv8.0.0458Bram Moolenaar2017-03-142-2/+4
* patch 8.0.0457: using :move messes up manual foldsv8.0.0457Bram Moolenaar2017-03-147-10/+355
* patch 8.0.0456: typo in MinGW test makefilev8.0.0456Bram Moolenaar2017-03-132-1/+3
* Fix duplication of patch.Bram Moolenaar2017-03-132-24/+0
* patch 8.0.0455: the mode test may hangv8.0.0455Bram Moolenaar2017-03-132-2/+8
* patch 8.0.0454: compiler warnings for "always true" comparisonv8.0.0454Bram Moolenaar2017-03-123-3/+5
* patch 8.0.0453: adding fold marker creates new commentv8.0.0453Bram Moolenaar2017-03-125-5/+27
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-1239-214/+213
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-1239-194/+207
* patch 8.0.0450: v:progpath is not reliably setv8.0.0450Bram Moolenaar2017-03-123-2/+18
* patch 8.0.0449: part of fold patch accidentally includedv8.0.0449Bram Moolenaar2017-03-122-23/+8
* patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar2017-03-1230-166/+194
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-1211-19/+274
* patch 8.0.0446: the ";" command does not work after some charactersv8.0.0446Bram Moolenaar2017-03-125-1/+55
* patch 8.0.0445: getpgid is not supported on all systemsv8.0.0445Bram Moolenaar2017-03-115-5/+10
* patch 8.0.0444: diffpatch fails when the file name has a quotev8.0.0444Bram Moolenaar2017-03-113-15/+13
* patch 8.0.0443: terminal width is set to 80 in test3v8.0.0443Bram Moolenaar2017-03-112-1/+4
* patch 8.0.0442: patch shell command not well escapedv8.0.0442Bram Moolenaar2017-03-093-4/+22
* patch 8.0.0441: dead code in #ifdefv8.0.0441Bram Moolenaar2017-03-092-9/+2
* patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar2017-03-0913-15/+1386
* patch 8.0.0439: ":%argdel" gives an error for an empty arglistv8.0.0439Bram Moolenaar2017-03-093-1/+14
* patch 8.0.0438: the fnamemodify test may cause later tests to failv8.0.0438Bram Moolenaar2017-03-092-1/+7
* patch 8.0.0437: packadd test does not fully workv8.0.0437Bram Moolenaar2017-03-092-2/+5
* patch 8.0.0436: running the options test sometimes resizes the terminalv8.0.0436Bram Moolenaar2017-03-092-0/+5
* patch 8.0.0435: some functions are not testedv8.0.0435Bram Moolenaar2017-03-092-0/+250
* patch 8.0.0434: clang version not correctly detectedv8.0.0434Bram Moolenaar2017-03-093-11/+44