Imported Upstream version 8.0.586
[platform/upstream/vim.git] / src / testdir / test45.in
index b1e8266..c6d7c50 100644 (file)
@@ -2,6 +2,7 @@ Tests for folding. vim: set ft=vim :
 
 STARTTEST
 :so small.vim
+:set belloff=all
 :" We also need the +syntax feature here.
 :if !has("syntax")
    e! test.ok
@@ -26,6 +27,7 @@ kYpj:call append("$", foldlevel("."))
 /^2 b
 i  \ejI    \e:call append("$", "indent " . foldlevel("."))
 k:call append("$", foldlevel("."))
+:set sw&
 :" test syntax folding
 :set fdm=syntax fdl=0
 :syn region Hup start="dd" end="ii" fold contains=Fd1,Fd2,Fd3