1
0
forked from aniani/vim

patch 8.0.0461: test 45 hangs on MS-Windows

Problem:    Test 45 hangs on MS-Windows.
Solution:   Reset 'shiftwidth'.  Also remove redundent function.
This commit is contained in:
Bram Moolenaar
2017-03-16 13:54:10 +01:00
parent d8492792f2
commit 4a5a8dd6e5
3 changed files with 7 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ kYpj:call append("$", foldlevel("."))
/^2 b
i jI :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