patch 8.2.1094: dead code in libvterm

Problem:    Dead code in libvterm.
Solution:   Remove condition that is always true.
diff --git a/src/version.c b/src/version.c
index 3697248..83f5c2e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1094,
+/**/
     1093,
 /**/
     1092,