patch 8.2.2779: memory access error in remove() for blob

Problem:    Memory access error in remove() for blob.
Solution:   Adjust length for memmove().
diff --git a/src/version.c b/src/version.c
index 83d7e57..12a51c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2779,
+/**/
     2778,
 /**/
     2777,