Mercurial > vim-lawrencium
diff plugin/lawrencium.vim @ 135:48f4124af78d
Fix indent
author | hokorobi <hokorobi.hokorobi@gmail.com> |
---|---|
date | Sun, 21 Feb 2016 19:17:23 +0900 |
parents | c04855b6f318 |
children | 90f8d4bf4fa7 |
line wrap: on
line diff
--- a/plugin/lawrencium.vim Fri Feb 19 15:54:53 2016 -0800 +++ b/plugin/lawrencium.vim Sun Feb 21 19:17:23 2016 +0900 @@ -356,7 +356,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