patch 8.2.3813: confusing error when using :cc without error list

Problem:    confusing error when using :cc without error list. (Gary Johnson)
Solution:   Give the "no errors" error.
diff --git a/src/version.c b/src/version.c
index 67f1e37..b8f9d9a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3813,
+/**/
     3812,
 /**/
     3811,