comparison src/testdir/summarize.vim @ 16953:95975a82df42 v8.1.1477

patch 8.1.1477: test summary fails in the tiny version commit https://github.com/vim/vim/commit/c7500f9cb5b9fbedb9f1a385fdc3790335054bd3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 14:08:50 2019 +0200 patch 8.1.1477: test summary fails in the tiny version Problem: Test summary fails in the tiny version. Solution: set 'nocompatible'.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 14:15:05 +0200
parents ebdf6cd89910
children 54c2fe0eff03
comparison
equal deleted inserted replaced
16952:4c244a47a9b7 16953:95975a82df42
1 set nocp
1 if 1 2 if 1
2 " This is executed with the eval feature 3 " This is executed with the eval feature
3 set nocp 4 set nocp
4 func Count(match, type) 5 func Count(match, type)
5 if a:type ==# 'executed' 6 if a:type ==# 'executed'