From 326d9a42cf46e188b28fec5b33c81c1dbb3b6d90 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 17 Dec 2017 00:01:51 +0000 Subject: [PATCH] Update vim to version 8.0.1397 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 606893172d..e4a2ab66b1 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.1391", + "version": "8.0.1397", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1391/gvim_8.0.1391_x86.zip", - "hash": "48714768a4ace4864776040e7e421594d84854f11a6aac809b0c71ae8bbe01b1" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1397/gvim_8.0.1397_x86.zip", + "hash": "b7d753c47a97d63c13f95d1fbba3ce4b193a798822fd5f1fc6e9b2af9fcb037d" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1391/gvim_8.0.1391_x64.zip", - "hash": "3a927594d2bb01e9c4e99fc9b81500ac38e6467018d1778fa93202bf95c6f74b" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1397/gvim_8.0.1397_x64.zip", + "hash": "dcbe6a83551b6d19978cafbc778df488ed8a4c22b664fdd85912df70d7d523fb" } }, "extract_dir": "vim\\vim80",