change function g:shellesc_cd into vundle#installer#shellesc_cd
This commit is contained in:
committed by
Jacobo de Vera
parent
ad3f20fa6f
commit
0afe058353
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user