diff src/version.c @ 10851:256b1b96c2ad v8.0.0315

patch 8.0.0315: :help :[range] does not work commit https://github.com/vim/vim/commit/a76f59d817e2da31d83b4f0e978b52abe81e0ae9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 11:41:01 2017 +0100 patch 8.0.0315: :help :[range] does not work Problem: ":help :[range]" does not work. (Tony Mechelynck) Solution: Translate to insert a backslash.
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 11:45:04 +0100
parents 6ae12eba42b5
children b760fa91f8b3
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 */
 /**/
+    315,
+/**/
     314,
 /**/
     313,