comparison src/testdir/summarize.vim @ 21783:483dc3fd596c v8.2.1441

patch 8.2.1441: running tests in tiny version gives error for summarize.vim Commit: https://github.com/vim/vim/commit/c771908681bc9ee7689d83e09104cf4c6f984326 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 19:42:39 2020 +0200 patch 8.2.1441: running tests in tiny version gives error for summarize.vim Problem: Running tests in tiny version gives error for summarize.vim. Solution: Set 'cpoptions' to allow for line continuation. Restore redirecting test output to /dev/null.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 19:45:04 +0200
parents a51ce93f3e6c
children dbec60b8c253
comparison
equal deleted inserted replaced
21782:7e8a601da841 21783:483dc3fd596c
1 set cpo&vim
1 if 1 2 if 1
2 " This is executed only with the eval feature 3 " This is executed only with the eval feature
3 set nocompatible 4 set nocompatible
4 set viminfo= 5 set viminfo=
5 func Count(match, type) 6 func Count(match, type)