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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user