aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r--src/nvim/ops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c
index d976b3d4e8..e80ffac6e1 100644
--- a/src/nvim/ops.c
+++ b/src/nvim/ops.c
@@ -986,8 +986,6 @@ do_execreg (
return FAIL;
}
escaped = vim_strsave_escape_csi(y_current->y_array[i]);
- if (escaped == NULL)
- return FAIL;
retval = ins_typebuf(escaped, remap, 0, TRUE, silent);
free(escaped);
if (retval == FAIL)