diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-19 20:46:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-19 20:46:22 +0200 |
commit | 368373e9092da2d609b540afdac998b474441d57 (patch) | |
tree | b1c849bc91035a665489d10e0a8aeb773805ae07 /src/proto | |
parent | a7781e0516ce0b95afc21ad65bf47571922c022a (diff) | |
download | vim-368373e9092da2d609b540afdac998b474441d57.zip |
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/if_python3.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/if_python3.pro b/src/proto/if_python3.pro index a2c7e4c16..f9921e1c9 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)); |