From ccab78046cc920c81fc0679d6d21911ca28bdc74 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Wed, 27 Jan 2016 21:35:58 +0100 Subject: vim-patch:7.4.698 Problem: Various problems with locked and fixed lists and dictionaries. Solution: Disallow changing locked items, fix a crash, add tests. (Olaf Dabrunz) https://github.com/vim/vim/commit/9bc174b69d2775b0f27ed74bf372608d18c9f3d4 --- 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 dcd1773a7a..db3d4d4bfa 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -426,7 +426,7 @@ static int included_patches[] = { // 701 NA // 700, 699, - // 698, + 698, // 697, 696, 695, -- cgit