commit | 63b74a8362b14576b21d342dc424d0396ca8ea27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 24 15:09:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 24 15:09:13 2019 +0100 |
tree | ef1a162503974f7209058ad2430484c892409344 | |
parent | db77b84ac2b6373ae4200d47945fc6ca64337e31 [diff] [blame] |
Update runtime files.
diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim index 2943152..0f00514 100644 --- a/runtime/indent/testdir/runtest.vim +++ b/runtime/indent/testdir/runtest.vim
@@ -7,6 +7,7 @@ set nocp filetype indent on +syn on set nowrapscan set report=9999 @@ -111,7 +112,6 @@ if failed exe 'write ' . root . '.fail' echoerr 'Test ' . fname . ' FAILED!' - sleep 2 else exe 'write ' . root . '.out' endif