commit | d620aa9be4d574627c020dedd39313f8482ab216 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:40:06 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:40:06 2013 +0200 |
tree | 624b63e85141e01e5ac4c3b200a842f4719e6d6e | |
parent | cfef5ff23ea09b17203d9f466f6f3526c76a8b99 [diff] [blame] |
updated for version 7.3.966 Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
diff --git a/src/if_py_both.h b/src/if_py_both.h index c25be53..280c248 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h
@@ -22,6 +22,7 @@ #else # define ENC_OPT "latin1" #endif +#define DOPY_FUNC "_vim_pydo" #define PyErr_SetVim(str) PyErr_SetString(VimError, str)