diff src/version.c @ 13890:3aac8d62351c v8.0.1816

patch 8.0.1816: no test for setcmdpos() commit https://github.com/vim/vim/commit/ff3be4fe1e2e723de48b826cb992c798e296c41e Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 12 13:18:46 2018 +0200 patch 8.0.1816: no test for setcmdpos() Problem: No test for setcmdpos(). Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/2901)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 May 2018 13:30:06 +0200
parents 81e8e6181aeb
children eadecbe4e390
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 */
 /**/
+    1816,
+/**/
     1815,
 /**/
     1814,