From 9445eaa297a7e01c20cb5e5141be54cc7d8d5cce Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Wed, 17 Sep 2014 00:58:30 -0400 Subject: vim-patch:7.4.235 Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function. https://code.google.com/p/vim/source/detail?r=5ab2946f7ce560985830fbc3c453bb0f7a01f385 --- 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 bf0dace6ef..7934552f0f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -360,7 +360,7 @@ static int included_patches[] = { //238, 237, 236, - //235, + 235, 234, 233, 232, -- cgit