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