From 5156d3d86e3bc730eb9ab78f2b70133e17e09a39 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 15 Nov 2017 00:00:28 +0000 Subject: [PATCH] Update vim to version 8.0.1298 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 3e7830dfd1..482e9cd288 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.1297", + "version": "8.0.1298", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1297/gvim_8.0.1297_x86.zip", - "hash": "2e5e09d7720ee2fbc646ab7fb26c63e2df6f2f031917b8e16c0c4095cf5fe71f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1298/gvim_8.0.1298_x86.zip", + "hash": "869acd6b6df2b7228742603aa75e1221568b7d3566854496b237c7f70793437a" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1297/gvim_8.0.1297_x64.zip", - "hash": "11c47a54d2c590f933b6f17113d37f059fdea1e0c03e3b539ff2ebd1c61881ab" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1298/gvim_8.0.1298_x64.zip", + "hash": "5258aed3e6a1cb30ab0a4bd54295271ff7bfc900a7aab303c49080f61bbe40ef" } }, "extract_dir": "vim\\vim80",