diff src/version.c @ 10237:197795e3530d v8.0.0017

commit https://github.com/vim/vim/commit/890680ca6364386fabb271c85e0755bcaa6a33c1 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 27 21:28:56 2016 +0200 patch 8.0.0017 Problem: Cannot get the number of the current quickfix or location list. Solution: Use the current list if "nr" in "what" is zero. (Yegappan Lakshmanan) Remove debug command from test.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Sep 2016 21:30:04 +0200
parents ad6851687158
children 175b1116f96a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    17,
+/**/
     16,
 /**/
     15,