commit | 117f2c4b91fb3675d56be36c1d972f0fb4fda13a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 14:09:44 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 14:09:44 2013 +0100 |
tree | 1871a12e4a978778985b79a93ce13be324a6281c | |
parent | 802418d5eb5c98dcbe53390d1eceba92dd097aa4 [diff] [blame] |
updated for version 7.3.766 Problem: ":help cpo-*" jumps to the wrong place. Solution: Make it equivalent to ":help cpo-star".
diff --git a/src/version.c b/src/version.c index 375b07d..444a3d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 766, +/**/ 765, /**/ 764,