vim-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.
c771908681
This commit is contained in:
Jan Edmund Lazo
2020-08-13 19:11:29 -04:00
parent f81167dc6f
commit 4a0dbe866f

View File

@@ -1,3 +1,4 @@
set cpo&vim
if 1
" This is executed only with the eval feature
set nocompatible