aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bürgin <676c7473@gmail.com>2015-04-23 07:06:12 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-04-27 04:37:10 -0400
commited464908e491234e4c474cb0277142f55532944e (patch)
treea9594cd35eac52b66be083ec400f42d9943d12cf
parent5a1a2ba783ba174567ff1c1044b9f0b01b61a0fb (diff)
downloadrneovim-ed464908e491234e4c474cb0277142f55532944e.tar.gz
rneovim-ed464908e491234e4c474cb0277142f55532944e.tar.bz2
rneovim-ed464908e491234e4c474cb0277142f55532944e.zip
version.c: Add new patch numbers
-rw-r--r--src/nvim/version.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index d1ba6e473e..037cf9f71b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -67,6 +67,16 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
+ //712,
+ //711,
+ //710,
+ //709,
+ //708,
+ //707,
+ //706,
+ //705,
+ //704,
+ //703,
702,
//701,
//700,