summaryrefslogtreecommitdiffstats
path: root/src/proto/if_python.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-17 16:40:06 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-17 16:40:06 +0200
commitd620aa9be4d574627c020dedd39313f8482ab216 (patch)
tree624b63e85141e01e5ac4c3b200a842f4719e6d6e /src/proto/if_python.pro
parentcfef5ff23ea09b17203d9f466f6f3526c76a8b99 (diff)
updated for version 7.3.966v7.3.966
Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
Diffstat (limited to 'src/proto/if_python.pro')
-rw-r--r--src/proto/if_python.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/if_python.pro b/src/proto/if_python.pro
index 4ba977cfb8..8aa7674638 100644
--- a/src/proto/if_python.pro
+++ b/src/proto/if_python.pro
@@ -3,6 +3,7 @@ int python_enabled __ARGS((int verbose));
void python_end __ARGS((void));
int python_loaded __ARGS((void));
void ex_python __ARGS((exarg_T *eap));
+void ex_pydo __ARGS((exarg_T *eap));
void ex_pyfile __ARGS((exarg_T *eap));
void python_buffer_free __ARGS((buf_T *buf));
void python_window_free __ARGS((win_T *win));