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/ex_docmd.c b/src/ex_docmd.c index 5ce0b5d..056339e 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -268,6 +268,7 @@ #endif #ifndef FEAT_PYTHON # define ex_python ex_script_ni +# define ex_pydo ex_ni # define ex_pyfile ex_ni #endif #ifndef FEAT_PYTHON3