patch 8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removed
Problem: MS-Windows: with a silent (un)install $VIM/_vimrc is removed. Solution: Don't delete _vimrc in silent mode. (Ken Takata, closes #4242)
This commit is contained in:
@ -1096,7 +1096,9 @@ Section "un.$(str_unsection_rootdir)" id_unsection_rootdir
|
||||
Call un.GetParent
|
||||
Pop $0
|
||||
|
||||
Delete $0\_vimrc
|
||||
${IfNot} ${Silent}
|
||||
Delete $0\_vimrc
|
||||
${Endif}
|
||||
RMDir $0
|
||||
SectionEnd
|
||||
|
||||
|
Reference in New Issue
Block a user