diff options
Diffstat (limited to 'runtime/compiler/eruby.vim')
-rw-r--r-- | runtime/compiler/eruby.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/eruby.vim b/runtime/compiler/eruby.vim index f30fcc3b8..44194f5c9 100644 --- a/runtime/compiler/eruby.vim +++ b/runtime/compiler/eruby.vim @@ -38,4 +38,4 @@ CompilerSet errorformat= let &cpo = s:cpo_save unlet s:cpo_save -" vim: nowrap sw=2 sts=2: +" vim: nowrap sw=2 sts=2 ts=8: |