Skip to content

Commit

Permalink
Merge pull request #154 from Alok/master
Browse files Browse the repository at this point in the history
'--no-wrap' is deprecated
  • Loading branch information
fmoralesc committed Jan 26, 2016
2 parents 7d7fdea + cabc738 commit 76517f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/pandoc/formatting.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function! pandoc#formatting#Init() "{{{1
if g:pandoc#formatting#mode =~ "h"
let g:pandoc#formatting#equalprg.= " --columns ".g:pandoc#formatting#textwidth
else
let g:pandoc#formatting#equalprg.= " --no-wrap"
let g:pandoc#formatting#equalprg.= " --wrap=none"
endif
else
let g:pandoc#formatting#equalprg = ""
Expand Down

0 comments on commit 76517f2

Please sign in to comment.