From 4f3d49d92104b871975f963d3f7cb1df111c577b Mon Sep 17 00:00:00 2001 From: Naveen Kumar Molleti Date: Mon, 15 Sep 2014 00:54:39 +0530 Subject: vim-patch:7.4.387 Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer. https://code.google.com/p/vim/source/detail?r=v7-4-387 --- 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 fc0b85fde9..db7f294a88 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -208,7 +208,7 @@ static int included_patches[] = { //390, //389, 388, - //387, + 387, //386, //385, //384 NA -- cgit