diff src/version.c @ 14772:66e241c3a2f0 v8.1.0398

patch 8.1.0398: no test for -o and -O command line arguments commit https://github.com/vim/vim/commit/8f4499b81612568b4964e8445d86e34e6d644b13 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 16 16:28:11 2018 +0200 patch 8.1.0398: no test for -o and -O command line arguments Problem: No test for -o and -O command line arguments. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3438)
author Christian Brabandt <cb@256bit.org>
date Sun, 16 Sep 2018 16:30:06 +0200
parents 27055ad9276b
children 5e5f2d824189
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    398,
+/**/
     397,
 /**/
     396,