diff src/version.c @ 13978:81c324144452 v8.1.0007

patch 8.1.0007: no test for "o" and "O" in Visual block mode commit https://github.com/vim/vim/commit/2e94976abd1cd6b94db38d4f2a1cfd71808b8100 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 20 14:06:38 2018 +0200 patch 8.1.0007: no test for "o" and "O" in Visual block mode Problem: No test for "o" and "O" in Visual block mode. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2932)
author Christian Brabandt <cb@256bit.org>
date Sun, 20 May 2018 14:15:05 +0200
parents 115aed6c544c
children a9e31b01366b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    7,
+/**/
     6,
 /**/
     5,