commit | 89f940fcacf0b0996c05537034b37b8c6bb87cf5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:56:06 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:56:06 2012 +0200 |
tree | 5e603f1f8989823d54929a751bbec06de1bb0a70 | |
parent | e79abddb2fbc306beb61204432c92f3739bafd2c [diff] [blame] |
updated for version 7.3.575 Problem: "ygt" tries to yank instead of giving an error. (Daniel Mueller) Solution: Check for a pending operator.
diff --git a/src/version.c b/src/version.c index e798a87..33f03e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 575, +/**/ 574, /**/ 573,