commit | 438b64ab71cd724129c4eec840be16c52602ebc8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 13 15:03:00 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 13 15:03:00 2015 +0100 |
tree | f4e0bbe63d50be0268e3f7a627574256df7260b5 | |
parent | 6c5bdb751c0c77be7d03a6000134d1df367763d2 [diff] [blame] |
updated for version 7.4.662 Problem: When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index e523a41..5bb8a4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 662, +/**/ 661, /**/ 660,