commit | ba2d44f33863e115b1858ab572829f403ad21883 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 19:27:30 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 28 19:27:30 2013 +0100 |
tree | 362d1fb55a4e860fef7bfd3e7a978dffd62b8d2d | |
parent | b95186fd36bae9716181bfdd203fb27f410e3c4f [diff] [blame] |
updated for version 7.4.110 Problem: "gUgn" cannot be repeeated. (Dimitar Dimitrov) Solution: Don't put "gn" in a different order in the redo buffer. Restore 'wrapscan' when the pattern isn't found. (Christian Wellenbrock)
diff --git a/src/version.c b/src/version.c index 5975135..4a4bcd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 110, +/**/ 109, /**/ 108,