diff src/ex_docmd.c @ 4417:c16602758d84 v7.3.957

updated for version 7.3.957 Problem: Python does not have a "do" command like Perl or Lua. Solution: Add the ":py3do" command. (Lilydjwg)
author Bram Moolenaar <bram@vim.org>
date Wed, 15 May 2013 18:28:13 +0200
parents fe0c7437ae8b
children 9b800f0a757f
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -272,6 +272,7 @@ static void	ex_popup __ARGS((exarg_T *ea
 #endif
 #ifndef FEAT_PYTHON3
 # define ex_py3			ex_script_ni
+# define ex_py3do		ex_ni
 # define ex_py3file		ex_ni
 #endif
 #ifndef FEAT_TCL