diff src/version.c @ 10893:fbed07965b6a v8.0.0336

patch 8.0.0336: flags of :substitute not sufficiently tested commit https://github.com/vim/vim/commit/8c50d50b6e19b755d7bad7b2724d14ead29364a7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 18:28:24 2017 +0100 patch 8.0.0336: flags of :substitute not sufficiently tested Problem: Flags of :substitute not sufficiently tested. Solution: Test up to two letter flag combinations. (James McCoy, closes #1479)
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 18:30:04 +0100
parents c9d057b7a0ab
children d513b653f5d0
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 */
 /**/
+    336,
+/**/
     335,
 /**/
     334,