From 3aaf2839bf309c2739526e574233f7e34885d81b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 7 Nov 2017 19:01:46 +0000 Subject: [PATCH] Update vim to version 8.0.1274 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 2a38899429..8fd4ab8ab8 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.1257", + "version": "8.0.1274", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1257/gvim_8.0.1257_x86.zip", - "hash": "166cb9837a97d9fa3c5249dbf28aba68d576d9caaf4f2792a0714f44516d4d45" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1274/gvim_8.0.1274_x86.zip", + "hash": "9ccb71d47f1753e5a7f2575947449ed4cdd1de730e173c99a91102774c2242c9" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1257/gvim_8.0.1257_x64.zip", - "hash": "c1d8dc86a824a6334976bc3d9f322d22053d36d80a84a589d46430c405c657c3" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1274/gvim_8.0.1274_x64.zip", + "hash": "32e07fc3bd000727a4b327ef48cbfbbc3a9815342a0645035cd7689e73a4e53a" } }, "extract_dir": "vim\\vim80",