commit | 4c7cb6b88446fef3660bceaf465419b3c3958f54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 21:55:02 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 02 21:55:02 2013 +0200 |
tree | 3fe237ff90a0e39b6a56dd8e6b3677600937e3de | |
parent | 3eead7c227e96f416e62214a3529ad1e8b1c8421 [diff] [blame] |
updated for version 7.4.050 Problem: "gn" selects too much for the pattern "\d" when there are two lines with a single digit. (Ryan Carney) Solution: Adjust the logic of is_one_char(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 7b3e7ed..664e07d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 50, +/**/ 49, /**/ 48,