From a3fb1a00d72b15712dbf4f0dcc7b3a383fb7a195 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 8 Dec 2017 00:00:28 +0000 Subject: [PATCH] Update vim to version 8.0.1379 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 9d66c597be..11d1e80609 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.1376", + "version": "8.0.1379", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1376/gvim_8.0.1376_x86.zip", - "hash": "acb932a30b93edd83cb138b664ce5084f7d0396178106a440b38ce61edcb55e6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1379/gvim_8.0.1379_x86.zip", + "hash": "6eedad03e65e1189172bbfb0f26e940b90cd4024f8a5cc47a05994b6f52064ee" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1376/gvim_8.0.1376_x64.zip", - "hash": "2eedb400d00fd9a3d670735cefa91bbf3c6878828c7d797ca223af1e23d52497" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1379/gvim_8.0.1379_x64.zip", + "hash": "aa3bb268075b53034e7fb276fe7d72442a2bbc388e3a5488a790e0bb8f914bd2" } }, "extract_dir": "vim\\vim80",