We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
=
1 parent e3eed31 commit 07ceb09Copy full SHA for 07ceb09
after/plugin/puppet_tabular.vim
@@ -57,7 +57,7 @@ if exists(':AddTabularPipeline')
57
endif
58
" Splitting by first '$attribute' and '='
59
if g:puppet_align_classes
60
- call tabular#TabularizeStrings(attributes, '\v^[^$]*\zs\s*\$\w+(>|,?)|\=', 'l1')
+ call tabular#TabularizeStrings(attributes, '\v^[^$]*\zs\s*\$\w+(>|,?)|\=', 'l1l0r1')
61
62
call map(a:lines, 'remove(attributes, 0) . remove(noise, 0) . remove(selectors, 0)')
63
endfunction
0 commit comments