From c08719485be2a72f65d58a744f66e664816a9ccb Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Thu, 19 Dec 2019 01:35:32 +0000 Subject: [PATCH] vim: remove vim82 directory (#652) --- bucket/vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/vim.json b/bucket/vim.json index 1bfcdd0d96..efe31d80bf 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -15,7 +15,7 @@ ], "extract_dir": "$0", "pre_install": [ - "Remove-Item \"$dir\\`$*\", \"$dir\\uninstal.*\", \"$dir\\install.exe\" -Recurse", + "Remove-Item \"$dir\\`$*\", \"$dir\\uninstal.*\", \"$dir\\install.exe\", \"$dir\\vim[0-9]*\" -Recurse", "if (!(Test-Path \"$persist_dir\\_vimrc\")) {", " Copy-Item \"$dir\\vimrc_example.vim\" \"$dir\\_vimrc\"", " Copy-Item \"$dir\\gvimrc_example.vim\" \"$dir\\_gvimrc\"",