patch 8.1.0828: still using FEAT_VIRTUALEDIT

Problem:    Still using FEAT_VIRTUALEDIT.
Solution:   Remove last use of FEAT_VIRTUALEDIT.
diff --git a/src/version.c b/src/version.c
index 39a4f8f..9fa0ba4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    828,
+/**/
     827,
 /**/
     826,