1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Changed columns to 79 characters in rst files

This commit is contained in:
2016-12-11 09:06:32 +01:00
parent a257f4f140
commit 5e75db51d1

View File

@@ -1,6 +1,5 @@
" Some common settings for all reSt files " Some common settings for all reSt files
setlocal textwidth=80 setlocal textwidth=79
"setlocal makeprg=rst2html.sh\ \"%\"\ \"%:p:r.html\"
let &makeprg = 'rst2html.py --syntax-highlight=short --stylesheet ' . expand('<sfile>:p:h', 1) . '/style.css "%" "%:p:r.html"' let &makeprg = 'rst2html.py --syntax-highlight=short --stylesheet ' . expand('<sfile>:p:h', 1) . '/style.css "%" "%:p:r.html"'
setlocal spell setlocal spell