0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Rename some "python3" symbols to "py3", as the command name.

Documentation updates.
This commit is contained in:
Bram Moolenaar
2010-07-19 20:46:22 +02:00
parent a7781e0516
commit 368373e909
8 changed files with 28 additions and 20 deletions

View File

@@ -630,9 +630,9 @@ theend:
}
/*
* ":python3"
* ":py3"
*/
void ex_python3(exarg_T *eap)
void ex_py3(exarg_T *eap)
{
char_u *script;