comparison src/testdir/test_textobjects.vim @ 12644:1fad9675d8fd v8.0.1200

patch 8.0.1200: tests switch the bell off twice commit https://github.com/vim/vim/commit/67418d97b457d2e27fe342472d3c9fd342ffc47f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 15 22:07:39 2017 +0200 patch 8.0.1200: tests switch the bell off twice Problem: Tests switch the bell off twice. Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2017 22:15:04 +0200
parents 44aa2997239d
children e37327129859
comparison
equal deleted inserted replaced
12643:f88dfd7fd3bc 12644:1fad9675d8fd
2 2
3 if !has('textobjects') 3 if !has('textobjects')
4 finish 4 finish
5 endif 5 endif
6 6
7 set belloff=all
8 func CpoM(line, useM, expected) 7 func CpoM(line, useM, expected)
9 new 8 new
10 9
11 if a:useM 10 if a:useM
12 set cpoptions+=M 11 set cpoptions+=M