Fix broken definition. Fix #53.
This commit is contained in:
parent
bafaadaaee
commit
8e72f291c7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user