From dd10ce91a8cc4d9640d8ba5b89710c54af4f05f8 Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Sat, 7 Aug 2010 13:27:48 +0200
Subject: [PATCH] Set 'visualbell' in test 72 to avoid a beep.

---
 runtime/doc/todo.txt  | 2 --
 src/testdir/test72.in | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index ba8db842bf..120b88d16a 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -36,8 +36,6 @@ Before release 7.3:
 Better Czech keymap. (Stepnem, 2010 May 4)  Use if no response from Jiri
 Tobisek.
 
-test72 causes a beep for using "u" when it doesn't work.
-
 :!cmd completion doesn't work on Windows. (Yue Wu).
 Problem with space in path?
 
diff --git a/src/testdir/test72.in b/src/testdir/test72.in
index faf5c0a09b..6acb6d8f4a 100644
--- a/src/testdir/test72.in
+++ b/src/testdir/test72.in
@@ -6,7 +6,7 @@ STARTTEST
 :so small.vim
 :"
 :" Test 'undofile': first a simple one-line change.
-:set nocompatible viminfo+=nviminfo
+:set nocompatible viminfo+=nviminfo visualbell
 :set ul=100 undofile nomore
 :e! Xtestfile
 ggdGithis is one line:set ul=100
-- 
GitLab