From ae7e6fa7f4587c2e699fab75fbc6c607850125f7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 14 May 2018 23:00:42 +0000 Subject: [PATCH] Update vim to version 8.0.1842 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 436ba2d1ca..6bbd59ad2c 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.0.1839", + "version": "8.0.1842", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1839/gvim_8.0.1839_x86.zip", - "hash": "c039b6536266793d0ef9b8131342397a546490ed635684f25cae4135932f9bc5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1842/gvim_8.0.1842_x86.zip", + "hash": "f094339982be98fc07141cd9b9fbc5eb8e010e0a8661eceafa75e91d2da635f2" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1839/gvim_8.0.1839_x64.zip", - "hash": "a47bc4289da009a39773c6c697f6094c4d8a712e68b2560348eb78534ba4689d" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1842/gvim_8.0.1842_x64.zip", + "hash": "b2a027a525ba87e439638652381e14a8c24f0dd6129719cd3d1c1ea589b53cc3" } }, "extract_dir": "vim\\vim80",