summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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