From 5e75db51d186712010435f4cac530bf15c116b4c Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 11 Dec 2016 09:06:32 +0100 Subject: [PATCH] Changed columns to 79 characters in rst files --- ftplugin/rst/commons.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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