From 56122e762c519640a811adb5f12874de59cccbaf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 11 Nov 2017 00:00:30 +0000 Subject: [PATCH] Update vim to version 8.0.1284 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index b4ce8062e6..05127a52c2 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.1283", + "version": "8.0.1284", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1283/gvim_8.0.1283_x86.zip", - "hash": "8489b54246ebaa723b625dd2f21e75c940ab8de406747c71dfab973e29a4d259" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1284/gvim_8.0.1284_x86.zip", + "hash": "b2529c832728bb34c6057333412bc91fb5ef2b713eb223adc1593813fcb79dcc" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1283/gvim_8.0.1283_x64.zip", - "hash": "44b0a81641f75d08f0ff9f17d2200b0c4d8aede62aff484e1c245e5fb2d45ee3" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1284/gvim_8.0.1284_x64.zip", + "hash": "3cc57f81944cdc83fae8fceb6a42cfb07e2cfe76fcf38d3c45af351b207be80d" } }, "extract_dir": "vim\\vim80",