diff --git a/ftplugin/rst/commons.vim b/ftplugin/rst/commons.vim index cae483a..c1e6312 100644 --- a/ftplugin/rst/commons.vim +++ b/ftplugin/rst/commons.vim @@ -1,6 +1,5 @@ " Some common settings for all reSt files -setlocal textwidth=80 -"setlocal makeprg=rst2html.sh\ \"%\"\ \"%:p:r.html\" +setlocal textwidth=79 let &makeprg = 'rst2html.py --syntax-highlight=short --stylesheet ' . expand(':p:h', 1) . '/style.css "%" "%:p:r.html"' setlocal spell