Fix the fix, that didn't fix anything

This commit is contained in:
Martin Potier 2020-11-26 17:00:03 +02:00
parent 435506aa76
commit c97f15f0e8
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 4 additions and 4 deletions

View File

@ -250,10 +250,10 @@ let
set ve=block
" Read Vagrantfile as ruby source
" augroup vagrant
" au!
" au BufRead,BufNewFile Vagrantfile set filetype=ruby
" augroup END
augroup vagrant
au!
au BufRead,BufNewFile Vagrantfile set filetype=ruby
augroup END
" Extra options
${extraOptions}