summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-19 20:46:22 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-19 20:46:22 +0200
commit368373e9092da2d609b540afdac998b474441d57 (patch)
treeb1c849bc91035a665489d10e0a8aeb773805ae07 /src/proto
parenta7781e0516ce0b95afc21ad65bf47571922c022a (diff)
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/if_python3.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/if_python3.pro b/src/proto/if_python3.pro
index a2c7e4c160..f9921e1c9a 100644
--- a/src/proto/if_python3.pro
+++ b/src/proto/if_python3.pro
@@ -1,7 +1,7 @@
/* if_python3.c */
int python3_enabled __ARGS((int verbose));
void python3_end __ARGS((void));
-void ex_python3 __ARGS((exarg_T *eap));
+void ex_py3 __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));