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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user