Mercurial > vim-lawrencium
changeset 136:90f8d4bf4fa7
Merge pull request #12 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 19 Apr 2016 21:30:42 -0700 |
parents | 0e005903aae4 (current diff) 48f4124af78d (diff) |
children | a2d823c82e5f |
files | plugin/lawrencium.vim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugin/lawrencium.vim Tue Apr 19 21:24:08 2016 -0700 +++ b/plugin/lawrencium.vim Tue Apr 19 21:30:42 2016 -0700 @@ -357,7 +357,7 @@ let l:hg_command = g:lawrencium_hg_executable . ' --repository ' . shellescape(s:stripslash(self.root_dir)) let l:hg_command = l:hg_command . ' ' . a:command for l:arg in l:arg_list - let l:hg_command = l:hg_command . ' ' . shellescape(l:arg) + let l:hg_command = l:hg_command . ' ' . shellescape(l:arg) endfor if l:prev_shellslash setlocal shellslash