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