From c2ab8441335af61495e9dd56e4a58cc38aa1a4ea Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Wed, 13 Jan 2016 16:37:40 -0700 Subject: vim-patch:7.4.716 #4006 Problem: When using the 'c' flag of ":substitute" and selecting "a" or "l" at the prompt the flags are not remembered for ":&&". (Ingo Karkat) Solution: Save the flag values and restore them. (Hirohito Higashi) https://github.com/vim/vim/commit/cad2fc9935b3a3d9564b4f8d20890b13f14c7d32 --- 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 b38caf52f2..71ac000279 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -408,7 +408,7 @@ static int included_patches[] = { 719, // 718, // 717, - // 716, + 716, 715, 714, 713, -- cgit