summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.0.0433: beeps when running testsv8.0.0433Bram Moolenaar2017-03-0827-2/+31
* patch 8.0.0432: "make shadow" creates an invalid linkv8.0.0432Bram Moolenaar2017-03-082-1/+3
* patch 8.0.0431: 'cinoptions' cannot set indent for extern blockv8.0.0431Bram Moolenaar2017-03-085-3/+145
* patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430Bram Moolenaar2017-03-087-8/+15
* patch 8.0.0429: options test does not always test everythingv8.0.0429Bram Moolenaar2017-03-077-8/+10
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-079-6/+25
* patch 8.0.0427: 'makeencoding' missing from the options windowv8.0.0427Bram Moolenaar2017-03-062-1/+6
* patch 8.0.0426: insufficient testing for statuslinev8.0.0426Bram Moolenaar2017-03-062-8/+245
* patch 8.0.0425: build errors when building without foldingv8.0.0425Bram Moolenaar2017-03-055-7/+15
* patch 8.0.0424: compiler warnings on MS-Windowsv8.0.0424Bram Moolenaar2017-03-052-2/+4
* patch 8.0.0423: changing 'cinoptions' does not always workv8.0.0423Bram Moolenaar2017-03-056-1/+25
* patch 8.0.0422: Python test fails with Python 3.6v8.0.0422Bram Moolenaar2017-03-052-1/+16
* patch 8.0.0421: diff mode wrong when adding line at end of bufferv8.0.0421Bram Moolenaar2017-03-054-7/+41
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-0516-16/+328
* Runtime file updates.Bram Moolenaar2017-03-05190-895/+1089
* patch 8.0.0419: test for v:progpath fails on MS-Windowsv8.0.0419Bram Moolenaar2017-03-053-15/+21
* patch 8.0.0418: ASAN logs are disabledv8.0.0418Bram Moolenaar2017-03-052-6/+11
* patch 8.0.0417: test for the clipboard fails sometimesv8.0.0417Bram Moolenaar2017-03-052-0/+3
* patch 8.0.0416: setting v:progpath is not quite rightv8.0.0416Bram Moolenaar2017-03-054-20/+42
* patch 8.0.0415: balloon test fails on MS-Windowsv8.0.0415Bram Moolenaar2017-03-052-3/+5
* patch 8.0.0414: balloon eval is not testedv8.0.0414Bram Moolenaar2017-03-052-0/+133
* patch 8.0.0413: menu test fails on MS-Windows using gvimv8.0.0413Bram Moolenaar2017-03-042-0/+5
* patch 8.0.0412: menu test fails on MS-Windowsv8.0.0412Bram Moolenaar2017-03-042-1/+3
* patch 8.0.0411: menu translations don't match when case is changed.v8.0.0411Bram Moolenaar2017-03-043-2/+24
* patch 8.0.0410: newer gettext/iconv library has extra dll filev8.0.0410Bram Moolenaar2017-03-043-1/+6
* patch 8.0.0409: set_progpath is defined but not always usedv8.0.0409Bram Moolenaar2017-03-042-1/+3
* patch 8.0.0408: updating folds does not always work properlyv8.0.0408Bram Moolenaar2017-03-043-10/+142
* patch 8.0.0407: filtering folds with marker method not testedv8.0.0407Bram Moolenaar2017-03-042-11/+18
* patch 8.0.0406: arabic shaping code is verbosev8.0.0406Bram Moolenaar2017-03-042-327/+117
* patch 8.0.0405: v:progpath may become invalid after :cdv8.0.0405Bram Moolenaar2017-03-044-4/+50
* patch 8.0.0404: not enough testing for quickfixv8.0.0404Bram Moolenaar2017-03-042-0/+85
* patch 8.0.0403: GUI tests may failv8.0.0403Bram Moolenaar2017-03-043-5/+11
* patch 8.0.0402: :map completion does not have <special>v8.0.0402Bram Moolenaar2017-03-023-1/+30
* patch 8.0.0401: test fails with missing balloon featurev8.0.0401Bram Moolenaar2017-03-022-2/+6
* patch 8.0.0400: some tests have a one second delayv8.0.0400Bram Moolenaar2017-03-022-0/+3
* patch 8.0.0399: crash when using balloon_show() when not supportedv8.0.0399Bram Moolenaar2017-03-023-1/+9
* patch 8.0.0398: illegal memory access with "t"v8.0.0398Bram Moolenaar2017-03-013-5/+11
* patch 8.0.0397: can't build with +viminfo but without +evalv8.0.0397Bram Moolenaar2017-03-013-2/+4
* patch 8.0.0396: 'balloonexpr' only works synchronouslyv8.0.0396Bram Moolenaar2017-03-015-6/+57
* patch 8.0.0395: testing the + register fails with Motifv8.0.0395Bram Moolenaar2017-03-014-7/+13
* patch 8.0.0394: tabs are not aligned when scrolling horizontallyv8.0.0394Bram Moolenaar2017-03-016-5/+60
* patch 8.0.0393: order of duplicate tags is not preservedv8.0.0393Bram Moolenaar2017-03-013-28/+58
* patch 8.0.0392: GUI test fails with Athena and Motifv8.0.0392Bram Moolenaar2017-03-016-0/+58
* patch 8.0.0391: arabic support is verbose and not well testedv8.0.0391Bram Moolenaar2017-03-013-344/+465
* patch 8.0.0390: when the window scrolls the popup menu may be garbledv8.0.0390Bram Moolenaar2017-03-012-16/+21