diff options
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 410dc1484..422878ac0 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -630,9 +630,9 @@ theend: } /* - * ":python3" + * ":py3" */ -void ex_python3(exarg_T *eap) +void ex_py3(exarg_T *eap) { char_u *script; |