summaryrefslogtreecommitdiff
path: root/src/proto/if_python3.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-15 18:28:13 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-15 18:28:13 +0200
commit3dab2806feefef69a6b614b9d98463bf4d9aa955 (patch)
treefd39e3d5db8c292761c1bde8fa8f13d26abc690f /src/proto/if_python3.pro
parent71700b8903a8ccd172ae739f53520b59fc153bca (diff)
downloadvim-git-3dab2806feefef69a6b614b9d98463bf4d9aa955.tar.gz
updated for version 7.3.957v7.3.957
Problem: Python does not have a "do" command like Perl or Lua. Solution: Add the ":py3do" command. (Lilydjwg)
Diffstat (limited to 'src/proto/if_python3.pro')
-rw-r--r--src/proto/if_python3.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_python3.pro b/src/proto/if_python3.pro
index 74b2be4b1..c1b591634 100644
--- a/src/proto/if_python3.pro
+++ b/src/proto/if_python3.pro
@@ -3,6 +3,7 @@ int python3_enabled __ARGS((int verbose));
void python3_end __ARGS((void));
int python3_loaded __ARGS((void));
void ex_py3 __ARGS((exarg_T *eap));
+void ex_py3do __ARGS((exarg_T *eap));
void ex_py3file __ARGS((exarg_T *eap));
void python3_buffer_free __ARGS((buf_T *buf));
void python3_window_free __ARGS((win_T *win));