comparison src/testdir/test_search.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 42cd1f315e8b
comparison
equal deleted inserted replaced
12643:f88dfd7fd3bc 12644:1fad9675d8fd
1 " Test for the search command 1 " Test for the search command
2 2
3 set belloff=all
4 func Test_search_cmdline() 3 func Test_search_cmdline()
5 if !exists('+incsearch') 4 if !exists('+incsearch')
6 return 5 return
7 endif 6 endif
8 " need to disable char_avail, 7 " need to disable char_avail,