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:
@@ -630,9 +630,9 @@ theend:
|
||||
}
|
||||
|
||||
/*
|
||||
* ":python3"
|
||||
* ":py3"
|
||||
*/
|
||||
void ex_python3(exarg_T *eap)
|
||||
void ex_py3(exarg_T *eap)
|
||||
{
|
||||
char_u *script;
|
||||
|
||||
|
Reference in New Issue
Block a user