Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
顾凡 committed Jan 11, 2016
2 parents fe23056 + c58ced4 commit 96f3768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/rst/instantRst.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function! s:startDaemon(file) "{{{
let args_template = g:instant_rst_template != '' ?
\ ' -t '.g:instant_rst_template : ''
let args_file = a:file != '' ?
\ ' -f '.a:file : ''
\ ' -f '.substitute(a:file, ' ', '\\ ', 'g') : ''
let args_local = g:instant_rst_localhost_only == 1 ?
\ ' -l ' : ''
let args_additional_dirs = ''
Expand Down

0 comments on commit 96f3768

Please sign in to comment.