mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0219
This commit is contained in:
@@ -4155,7 +4155,7 @@ find_decl(ptr, len, locally, thisblock, searchflags)
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user