mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.3.966
Problem: There is ":py3do" but no ":pydo". Solution: Add the ":pydo" command. (Lilydjwg)
This commit is contained in:
@@ -22,6 +22,7 @@ typedef int Py_ssize_t; /* Python 2.4 and earlier don't have this type. */
|
||||
#else
|
||||
# define ENC_OPT "latin1"
|
||||
#endif
|
||||
#define DOPY_FUNC "_vim_pydo"
|
||||
|
||||
#define PyErr_SetVim(str) PyErr_SetString(VimError, str)
|
||||
|
||||
|
Reference in New Issue
Block a user