diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-17 16:40:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-17 16:40:06 +0200 |
commit | d620aa9be4d574627c020dedd39313f8482ab216 (patch) | |
tree | 624b63e85141e01e5ac4c3b200a842f4719e6d6e /src/if_python3.c | |
parent | cfef5ff23ea09b17203d9f466f6f3526c76a8b99 (diff) | |
download | vim-d620aa9be4d574627c020dedd39313f8482ab216.zip |
updated for version 7.3.966
Problem: There is ":py3do" but no ":pydo".
Solution: Add the ":pydo" command. (Lilydjwg)
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 7ceb13d93..0aeb2cd00 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -76,7 +76,6 @@ static void init_structs(void); #else # define CODEC_ERROR_HANDLER NULL #endif -#define DOPY_FUNC "_vim_pydo" /* Python 3 does not support CObjects, always use Capsules */ #define PY_USE_CAPSULE |