From b710f39d133727219d3e6dfe331a06da21c791ab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 6 Mar 2018 00:00:43 +0000 Subject: [PATCH] Update vim to version 8.0.1573 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 183a750956..503695f78a 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", - "version": "8.0.1567", + "version": "8.0.1573", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1567/gvim_8.0.1567_x86.zip", - "hash": "5225eb606caee89c0cd4eafbc4bc66ac32f16968e16a5162415f091cdb348368" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1573/gvim_8.0.1573_x86.zip", + "hash": "b5af11ef08dfa77e407ab58bfbd2b6c2364461b019e7c76073be284bb5a43de7" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1567/gvim_8.0.1567_x64.zip", - "hash": "6510359811f5dab4541112230a1ea65fbb7ce084b2e5734c6b73c9914ef50fe5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1573/gvim_8.0.1573_x64.zip", + "hash": "d838f56b1d2ee177d2aec80f1b1fd8d1f65f8edd07f6bf532a3d333184a22292" } }, "extract_dir": "vim\\vim80",