patch 9.1.1215: Patch 9.1.1213 has some issues
Problem: Patch 9.1.1213 has some issues
Solution: revert it for now
This reverts commit 250739d442b51ba76589d6eb67672d95645527ec.
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/vim9compile.c b/src/vim9compile.c
index cb7b948..9d0bf71 100644
--- a/src/vim9compile.c
+++ b/src/vim9compile.c
@@ -4595,12 +4595,7 @@
case CMD_put:
ea.cmd = cmd;
- line = compile_put(p, &ea, cctx, FALSE);
- break;
-
- case CMD_iput:
- ea.cmd = cmd;
- line = compile_put(p, &ea, cctx, TRUE);
+ line = compile_put(p, &ea, cctx);
break;
case CMD_substitute: