diff options
| author | James McCoy <jamessan@jamessan.com> | 2020-05-15 10:36:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 10:36:32 -0400 |
| commit | e2a33a6622193df383870903cd39a3080c890d4d (patch) | |
| tree | d92783cac8745057428b5f0e27094acb60c49d53 /runtime/indent | |
| parent | da6f38ab3cd87615e212b83ff9bbb9d585e4768e (diff) | |
| parent | 076b0949d045d19decb2625c04128200ce8a987f (diff) | |
| download | rneovim-e2a33a6622193df383870903cd39a3080c890d4d.tar.gz rneovim-e2a33a6622193df383870903cd39a3080c890d4d.tar.bz2 rneovim-e2a33a6622193df383870903cd39a3080c890d4d.zip | |
Merge pull request #12259 from janlazo/vim-8.1.1186
Diffstat (limited to 'runtime/indent')
| -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 9502c42f3e..945c2753e9 100644 --- a/runtime/indent/testdir/runtest.vim +++ b/runtime/indent/testdir/runtest.vim @@ -10,6 +10,7 @@ filetype indent on syn on set nowrapscan set report=9999 +set modeline au! SwapExists * call HandleSwapExists() func HandleSwapExists() |