summaryrefslogtreecommitdiff
path: root/src/if_python3.c
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/if_python3.c
parentcfef5ff23ea09b17203d9f466f6f3526c76a8b99 (diff)
downloadvim-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.c1
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