|
|
@@ -1518,7 +1518,7 @@ function! s:snapshot(...) abort
|
|
|
\ ['@echo off', ':: Generated by vim-plug', ':: '.strftime("%c"), '',
|
|
|
\ ':: Make sure to PlugUpdate first', '', 'set PLUG_HOME='.s:esc(home)]] :
|
|
|
\ ['sh', '$PLUG_HOME',
|
|
|
- \ ['#!/bin/bash', '# Generated by vim-plug', '# '.strftime("%c"), '',
|
|
|
+ \ ['#!/bin/sh', '# Generated by vim-plug', '# '.strftime("%c"), '',
|
|
|
\ 'vim +PlugUpdate +qa', '', 'PLUG_HOME='.s:esc(home)]]
|
|
|
|
|
|
call s:prepare()
|