commit | 368373e9092da2d609b540afdac998b474441d57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 20:46:22 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 20:46:22 2010 +0200 |
tree | b1c849bc91035a665489d10e0a8aeb773805ae07 | |
parent | a7781e0516ce0b95afc21ad65bf47571922c022a [diff] [blame] |
Rename some "python3" symbols to "py3", as the command name. Documentation updates.
diff --git a/src/if_python3.c b/src/if_python3.c index 410dc14..422878a 100644 --- a/src/if_python3.c +++ b/src/if_python3.c
@@ -630,9 +630,9 @@ } /* - * ":python3" + * ":py3" */ -void ex_python3(exarg_T *eap) +void ex_py3(exarg_T *eap) { char_u *script;