diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-04-30 08:25:46 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-30 15:01:55 -0400 |
commit | 46871d159a44d773360624d266a6bb7937510def (patch) | |
tree | 6e837118ef36d8dcab629eb67e870fafcc3d1cb5 | |
parent | 64a4ef679ab55875e0c68de5f018790a488a237d (diff) | |
download | rneovim-46871d159a44d773360624d266a6bb7937510def.tar.gz rneovim-46871d159a44d773360624d266a6bb7937510def.tar.bz2 rneovim-46871d159a44d773360624d266a6bb7937510def.zip |
Mark some patches re: command-ranges as included #2546
reported by @glts at https://github.com/neovim/neovim/pull/2041#issuecomment-97747833
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 544c9e754f..6b11809614 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -248,12 +248,12 @@ static int included_patches[] = { 538, 537, 536, - //535, + 535, //534 NA 533, 532, - //531, - //530, + 531, + 530, 529, 528, 527, |