diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-19 20:42:03 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-19 20:42:03 -0400 |
commit | 0375128377ef89d833e19a5e58a69f628a0e5d6c (patch) | |
tree | ce906ba95f258c9c40062bf34276f6615a4137f4 /src/nvim/version.c | |
parent | dc6db20febf1ce1848e87f8950c48a78aaffd8f6 (diff) | |
parent | 3253e7ec09e8c26c31ad5d2172fd664864012f38 (diff) | |
download | rneovim-0375128377ef89d833e19a5e58a69f628a0e5d6c.tar.gz rneovim-0375128377ef89d833e19a5e58a69f628a0e5d6c.tar.bz2 rneovim-0375128377ef89d833e19a5e58a69f628a0e5d6c.zip |
Merge pull request #1150 from splinterofchaos/vim-patch-7.4.305
Vim patch 7.4.305 + Vim patch 7.4.359
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9013542d3d..df4c3bd5ce 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -236,7 +236,7 @@ static int included_patches[] = { 362, 361, //360, - //359, + 359, 358, 357, //356 NA @@ -290,7 +290,7 @@ static int included_patches[] = { 308, //307 NA 306, - //305, + 305, //304 NA 303, 302, |