From d620aa9be4d574627c020dedd39313f8482ab216 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 17 May 2013 16:40:06 +0200 Subject: updated for version 7.3.966 Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg) --- src/if_python3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/if_python3.c') 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 -- cgit v1.2.3