change function g:shellesc_cd into vundle#installer#shellesc_cd

This commit is contained in:
Lucas Hoffmann
2014-04-25 11:30:50 +02:00
committed by Jacobo de Vera
parent ad3f20fa6f
commit 0afe058353
2 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ func! s:create_changelog() abort
\ ' && git log --pretty=format:"%s %an, %ar" --graph '.
\ initial_sha.'..'.updated_sha
let cmd = g:shellesc_cd(cmd)
let cmd = vundle#installer#shellesc_cd(cmd)
let updates = system(cmd)