summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index c407cbd..1d359cc 100644
--- a/.vimrc
+++ b/.vimrc
@@ -22,5 +22,5 @@ autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except,
au BufNewFile,BufRead *.fsi,*.fss set ft=fortress
" for previewing reStructured text (.rst) in firefox
-:command Rst :!rst2html.py % > /tmp/rstprev.html && firefox file:///tmp/rstprev.html
+:command Rst :!rst2html.py "%" > /tmp/rstprev.html && firefox file:///tmp/rstprev.html
:nnoremap <C-p><C-r> :Rst<CR>