commit | 0fd9289de3079583cd19c88425277b99b5a15253 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 22:27:48 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 22:27:48 2006 +0000 |
tree | 065beae578d42ca17b8e9f96807d3cc06fff8a85 | |
parent | a3227e2b15600b2303e3aac070803021e76ed6d5 [diff] [blame] |
updated for version 7.0219
diff --git a/src/normal.c b/src/normal.c index c59b01f..a2e3e7f 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -4155,7 +4155,7 @@ if (curwin->w_cursor.lnum >= old_pos.lnum) t = FAIL; /* match after start is failure too */ - if (thisblock) + if (thisblock && t != FAIL) { pos_T *pos;