From 1b924af871f84b1a2782b2a2c09efce06a8bd871 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 15 Dec 2017 00:00:45 +0000 Subject: [PATCH] Update vim to version 8.0.1390 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 1460687f0a..0620798ebd 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.1389", + "version": "8.0.1390", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1389/gvim_8.0.1389_x86.zip", - "hash": "64913dce2e7d40f816d4fc00400b3eb7135d2cfa1119e9bc6e1141e9d753f94f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1390/gvim_8.0.1390_x86.zip", + "hash": "08266e2b7bf479087f8e26b1eb64ed2fed66e9eddb54d41a5b17fa4d4375a69d" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1389/gvim_8.0.1389_x64.zip", - "hash": "8b7d108fa83130784daf4f3d2df6dc4f47a252708d772d062059d526398f5874" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1390/gvim_8.0.1390_x64.zip", + "hash": "f0e4254f6a724c5a8b929952fe5ae33b65dad0c3769e753a861af39d5d775f1e" } }, "extract_dir": "vim\\vim80",