summaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-21 16:00:43 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-21 16:00:43 +0200
commitb65905262bc250810b4b3b5fedc4302c6cc4c9d2 (patch)
tree0ae4be3b7c281b030282f3445b8e4559172255dd /src/ex_cmds.h
parentb8521960d660465208303254b47ad76cd7e3ef0e (diff)
downloadvim-git-b65905262bc250810b4b3b5fedc4302c6cc4c9d2.tar.gz
Fix that :py3file was not working.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index e45796f69..ee9098ae6 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -743,6 +743,8 @@ EX(CMD_pyfile, "pyfile", ex_pyfile,
RANGE|FILE1|NEEDARG|CMDWIN),
EX(CMD_py3, "py3", ex_py3,
RANGE|EXTRA|NEEDARG|CMDWIN),
+EX(CMD_python3, "python3", ex_py3,
+ RANGE|EXTRA|NEEDARG|CMDWIN),
EX(CMD_py3file, "py3file", ex_py3file,
RANGE|FILE1|NEEDARG|CMDWIN),
EX(CMD_quit, "quit", ex_quit,