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/version.c b/src/version.c index b76e9c4..97611e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 966, +/**/ 965, /**/ 964,