summaryrefslogtreecommitdiffstats
path: root/src/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/register.c')
-rw-r--r--src/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/register.c b/src/register.c
index 08a73fe9b7..d604bae6b0 100644
--- a/src/register.c
+++ b/src/register.c
@@ -527,7 +527,7 @@ execreg_line_continuation(char_u **lines, long *idx)
int j;
char_u *str;
- ga_init2(&ga, (int)sizeof(char_u), 400);
+ ga_init2(&ga, sizeof(char_u), 400);
// search backwards to find the first line of this command.
// Any line not starting with \ or "\ is the start of the