diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-07-31 20:05:56 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-08-04 12:01:58 -0400 |
commit | 5617ee8f352a2ddb61f52e5e0ae7347957d95991 (patch) | |
tree | ea02a09468e209540bb487187f82c05825ec0eb1 /src/nvim/version.c | |
parent | b53034d423f055bbcca8b5a030dd51fcf458d182 (diff) | |
download | rneovim-5617ee8f352a2ddb61f52e5e0ae7347957d95991.tar.gz rneovim-5617ee8f352a2ddb61f52e5e0ae7347957d95991.tar.bz2 rneovim-5617ee8f352a2ddb61f52e5e0ae7347957d95991.zip |
vim-patch:7.4.279
Problem: globpath() returns a string, making it difficult to get a
list of matches. (Greg Novack)
Solution: Add an optional argument like with glob(). (Adnan Zafar)
https://code.google.com/p/vim/source/detail?r=8e9db1f27a0063df023cc05a760fce73255dad24
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e4666e771f..741ced3619 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -278,7 +278,7 @@ static int included_patches[] = { 282, 281, 280, - //279, + 279, //278, 277, //276, |