diff options
Diffstat (limited to 'src/testdir/test72.in')
-rw-r--r-- | src/testdir/test72.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test72.in b/src/testdir/test72.in index a407eea4e..961df4c5d 100644 --- a/src/testdir/test72.in +++ b/src/testdir/test72.in @@ -4,6 +4,7 @@ undo-able pieces. Do that by setting 'undolevels'. STARTTEST :so small.vim +:set belloff=all :" :" Test 'undofile': first a simple one-line change. :set nocompatible viminfo+=nviminfo visualbell @@ -25,7 +26,6 @@ u:.w! test.out :set undofile :bwipe! :e Xtestfile -:" TODO: this beeps u:.w >>test.out :" :" Test 'undofile', add 10 lines, delete 6 lines, undo 3 |