diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-18 21:41:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-18 21:41:50 +0100 |
commit | 9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a (patch) | |
tree | f569453cf21f8a14b1a90e6e4edeeb41fe624b70 /runtime/indent/testdir/runtest.vim | |
parent | a86187b9cd529754ad85cd621169876317eb3a69 (diff) | |
download | vim-git-9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/indent/testdir/runtest.vim')
-rw-r--r-- | runtime/indent/testdir/runtest.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim index 96c31453a..2943152d3 100644 --- a/runtime/indent/testdir/runtest.vim +++ b/runtime/indent/testdir/runtest.vim @@ -8,6 +8,7 @@ if 1 set nocp filetype indent on set nowrapscan +set report=9999 au! SwapExists * call HandleSwapExists() func HandleSwapExists() |