Fix broken definition. Fix #53.

This commit is contained in:
Chiel92 2015-06-09 10:18:22 +02:00
parent bafaadaaee
commit 8e72f291c7

View File

@ -83,7 +83,7 @@ endif
" Ruby " Ruby
let g:formatdef_rbeautify = 'rbeautify (&expandtab ? "-s -c ".&shiftwidth : "-t")' let g:formatdef_rbeautify = '"rbeautify ".(&expandtab ? "-s -c ".&shiftwidth : "-t")'
if !exists('g:formatters_ruby') if !exists('g:formatters_ruby')
let g:formatters_ruby = ['rbeautify'] let g:formatters_ruby = ['rbeautify']
endif endif