From 4ce15d2998ef7b68d9b482f304a3a2a752f8448c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 23 Apr 2018 23:00:39 +0000 Subject: [PATCH] Update vim to version 8.0.1750 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 42ba5f1cb6..5d533a538b 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.0.1748", + "version": "8.0.1750", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1748/gvim_8.0.1748_x86.zip", - "hash": "ba1a6386235245014c525a1c5410749d82f269fff75e280c380488a199482448" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1750/gvim_8.0.1750_x86.zip", + "hash": "67d362dc004a9303170ce1c1b4c78a28c4fcf72910dea60d2dfc0bac8ba2666c" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1748/gvim_8.0.1748_x64.zip", - "hash": "14f8630b26337ba9d5fb32c10fa8d43c0579ade3cc28756d4a74d8062ea2a9c7" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1750/gvim_8.0.1750_x64.zip", + "hash": "753d3c1acafac9a0bdd06af44c9dc76da1ed662b6c82339d4c811ac787ab8cda" } }, "extract_dir": "vim\\vim80",