vim-pandoc / vim-pandoc-legacy

[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
143 stars 23 forks source link

Makes "=" pay attention to document `textwidth` #79

Closed bgw closed 11 years ago

bgw commented 11 years ago

Previously pandoc would always format to 72-character columns. This will pull from textwidth, assuming it is declared. If it isn't, we'll just fall back to pandoc's default (72-character columns).

dsanson commented 11 years ago

Nice! Thanks.