Mercurial > vim-lawrencium
diff plugin/lawrencium.vim @ 44:95f8e7cb5ca2
Stop fucking with my brain, Python.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 14 Aug 2012 22:29:52 -0700 |
parents | fc20a265551d |
children | ea0ae8f6af81 |
line wrap: on
line diff
--- a/plugin/lawrencium.vim Tue Aug 14 22:26:59 2012 -0700 +++ b/plugin/lawrencium.vim Tue Aug 14 22:29:52 2012 -0700 @@ -261,13 +261,13 @@ function! s:Hg(bang, ...) abort let l:repo = s:hg_repo() - if g:lawrencium_auto_cd: + if g:lawrencium_auto_cd " Temporary set the current directory to the root of the repo " to make auto-completed paths work magically. execute 'cd! ' . l:repo.root_dir endif let l:output = call(l:repo.RunCommand, a:000, l:repo) - if g:lawrencium_auto_cd: + if g:lawrencium_auto_cd execute 'cd! -' endif if a:bang