Put cursor inside the installer window after post-update hook

https://github.com/chrisbra/unicode.vim/issues/16
This commit is contained in:
Junegunn Choi
2016-06-16 22:17:03 +09:00
parent cb5bed0e35
commit 05a1620bb1
5 changed files with 78 additions and 59 deletions

View File

@@ -2,7 +2,7 @@ Execute (Initialize test environment):
Save &rtp, g:plugs, g:plug_home, g:plug_window
unlet! g:plugs g:plug_home g:plug_window
let g:plug_url_format = 'file:///tmp/%s'
let g:plug_url_format = 'file:///tmp/vim-plug-test/%s'
let g:base_rtp = &rtp
let g:first_rtp = split(&rtp, ',')[0]
let g:last_rtp = split(&rtp, ',')[-1]