mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
renamed module bloggervim to vimblogger, changes in makeprg for rst files
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
" Some common settings for all reSt files
|
||||
setlocal textwidth=80
|
||||
setlocal makeprg=rst2html.py\ %\ %.html
|
||||
setlocal makeprg=rst2html.py\ \"%\"\ \"%:p:r.html\"
|
||||
setlocal spell
|
||||
setlocal smartindent
|
||||
setlocal autoindent
|
||||
setlocal formatoptions=tcq "set VIms default
|
||||
|
||||
let g:blogger_login="gryf73"
|
||||
let g:blogger_name="rdobosz"
|
||||
let g:blogger_browser=1
|
||||
|
||||
Reference in New Issue
Block a user