0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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

@@ -741,7 +741,7 @@ EX(CMD_python, "python", ex_python,
RANGE|EXTRA|NEEDARG|CMDWIN),
EX(CMD_pyfile, "pyfile", ex_pyfile,
RANGE|FILE1|NEEDARG|CMDWIN),
EX(CMD_python3, "py3", ex_python3,
EX(CMD_py3, "py3", ex_py3,
RANGE|EXTRA|NEEDARG|CMDWIN),
EX(CMD_py3file, "py3file", ex_py3file,
RANGE|FILE1|NEEDARG|CMDWIN),