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/ex_cmds.h b/src/ex_cmds.h index 3e83ef7..e45796f 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h
@@ -741,7 +741,7 @@ 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),