From 76bf21de26340a93005deea0c2f846edc6fc3743 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 26 Dec 2015 19:17:55 -0500 Subject: vim-patch:7.4.605 Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski) https://github.com/vim/vim/commit/3b3a9498d1eab3c28c524cce115160528a9a9297 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index b097ac4702..93222ae143 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -388,7 +388,7 @@ static int included_patches[] = { 608, // 607, 606, - // 605, + 605, 604, // 603, 602, -- cgit