patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate
Problem: Vim9: blob tests for legacy and Vim9 script are separate.
Solution: Add CheckLegacyAndVim9Success(). Make blob index assign work.
diff --git a/src/errors.h b/src/errors.h
index d58da73..d38562c 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -399,3 +399,5 @@
INIT(= N_("E1180: Variable arguments type must be a list: %s"));
EXTERN char e_cannot_use_underscore_here[]
INIT(= N_("E1181: Cannot use an underscore here"));
+EXTERN char e_blob_required[]
+ INIT(= N_("E1182: Blob required"));