diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-26 14:29:32 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-26 14:29:32 -0500 |
commit | 775361728a4b71e696b422a20c57e6ee0d538c13 (patch) | |
tree | 8d80768ad44b11cb964c36e280eb78c01668deec /src/nvim/version.c | |
parent | cab88790bcf8fa4ae5a634b1ccaf84d337fa47e2 (diff) | |
parent | 28d3923bd8123b0e57f1f9ffef57356f19476915 (diff) | |
download | rneovim-775361728a4b71e696b422a20c57e6ee0d538c13.tar.gz rneovim-775361728a4b71e696b422a20c57e6ee0d538c13.tar.bz2 rneovim-775361728a4b71e696b422a20c57e6ee0d538c13.zip |
Merge pull request #1734 from fwalch/small-patches
vim-patch: Multiple small patches (4)
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 7eb528f91c..8e32dc54ef 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -191,18 +191,18 @@ static int included_patches[] = { //550, //549, //548 NA - //547, + 547, //546, - //545, + 545, //544 NA 543, //542, //541, //540 NA //539, - //538, + 538, //537, - //536, + 536, //535, //534 NA //533, @@ -217,7 +217,7 @@ static int included_patches[] = { //524, //523 NA //522, - //521, + 521, 520, //519, 518, |