1
0
forked from aniani/vim

updated for version 7.3.957

Problem:    Python does not have a "do" command like Perl or Lua.
Solution:   Add the ":py3do" command. (Lilydjwg)
This commit is contained in:
Bram Moolenaar
2013-05-15 18:28:13 +02:00
parent 71700b8903
commit 3dab2806fe
6 changed files with 133 additions and 1 deletions

View File

@@ -272,6 +272,7 @@ static void ex_popup __ARGS((exarg_T *eap));
#endif
#ifndef FEAT_PYTHON3
# define ex_py3 ex_script_ni
# define ex_py3do ex_ni
# define ex_py3file ex_ni
#endif
#ifndef FEAT_TCL