summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0532: test with long directory name fails on Macv8.0.0532Bram Moolenaar2017-04-012-1/+3
* patch 8.0.0531: test with long directory name fails on non-unix systemsv8.0.0531Bram Moolenaar2017-03-312-0/+6
* patch 8.0.0530: buffer overflow when 'columns' is very bigv8.0.0530Bram Moolenaar2017-03-313-10/+47
* patch 8.0.0529: line in test commented outv8.0.0529Bram Moolenaar2017-03-302-4/+4
* patch 8.0.0528: highlight wrong text when 'wim' includes "longest"v8.0.0528Bram Moolenaar2017-03-302-1/+3
* patch 8.0.0527: leftover file from RISC OSv8.0.0527Bram Moolenaar2017-03-303-144/+2
* patch 8.0.0526: Coverity complains about possible negative valuev8.0.0526Bram Moolenaar2017-03-302-2/+10
* patch 8.0.0525: completion for user command argument not testedv8.0.0525Bram Moolenaar2017-03-292-0/+11
* patch 8.0.0524: folds messed upv8.0.0524Bram Moolenaar2017-03-293-0/+15
* patch 8.0.0523: dv} deletes part of a multi-byte character.v8.0.0523Bram Moolenaar2017-03-293-1/+23
* patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522Bram Moolenaar2017-03-298-6/+31
* patch 8.0.0521: GtkForm handling is outdatedv8.0.0521Bram Moolenaar2017-03-293-165/+6
* patch 8.0.0520: using a function pointer while the function is knownv8.0.0520Bram Moolenaar2017-03-297-19/+21
* patch 8.0.0519: character classes are not well testedv8.0.0519Bram Moolenaar2017-03-295-32/+90
* patch 8.0.0518: bad fold text when a multi-byte char has a zero bytev8.0.0518Bram Moolenaar2017-03-293-19/+44
* patch 8.0.0517: there is no way to remove quickfix listsv8.0.0517Bram Moolenaar2017-03-295-22/+85
* Update runtime files.Bram Moolenaar2017-03-2914-320/+385
* patch 8.0.0516: a large count on a normal command causes troublev8.0.0516Bram Moolenaar2017-03-293-21/+31
* patch 8.0.0515: ml_get errors in silent Ex modev8.0.0515Bram Moolenaar2017-03-274-5/+18
* patch 8.0.0514: script for creating cmdidxs can be improvedv8.0.0514Bram Moolenaar2017-03-263-6/+9
* patch 8.0.0513: getting name of cleared highlight group is wrongv8.0.0513Bram Moolenaar2017-03-267-8/+32
* patch 8.0.0512: check for available characters takes too longv8.0.0512Bram Moolenaar2017-03-252-1/+3
* patch 8.0.0511: message for skipping client-server tests is unclearv8.0.0511Bram Moolenaar2017-03-253-5/+13
* patch 8.0.0510: typo in link to codecov.io resultsv8.0.0510Bram Moolenaar2017-03-252-1/+3
* patch 8.0.0509: no link to codecov.io resultsv8.0.0509Bram Moolenaar2017-03-252-0/+3
* 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