From 9ea28e1903407e9d0b7674dca26163c7ff82600c Mon Sep 17 00:00:00 2001 From: Damián Silvani Date: Sun, 20 Jul 2014 13:15:21 -0300 Subject: vim-patch:7.4.293 Problem: It is not possible to ignore composing characters at a specific point in a pattern. Solution: Add the %C item. https://code.google.com/p/vim/source/detail?r=10fc95f48546f438648b8357062e93c9c2c0a377 --- 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 5416bc7473..1d6bdd7667 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -256,7 +256,7 @@ static int included_patches[] = { //296, 295, //294, - //293, + 293, 292, 291, 290, -- cgit From 01d6898638851d01f6cb5812f1d6f64cda0ddc83 Mon Sep 17 00:00:00 2001 From: Damián Silvani Date: Sun, 20 Jul 2014 13:54:14 -0300 Subject: vim-patch:7.4.294 Problem: Test files missing from patch. Solution: Patch the test files. https://code.google.com/p/vim/source/detail?r=fdea5ea9afd139ea59dee6bdb3f1675b8b882bdf --- 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 1d6bdd7667..70cfbed50e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -255,7 +255,7 @@ static int included_patches[] = { //297, //296, 295, - //294, + 294, 293, 292, 291, -- cgit