mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0141
This commit is contained in:
@@ -318,7 +318,8 @@ getmark(c, changefile)
|
||||
|
||||
pos = curwin->w_cursor;
|
||||
listcmd_busy = TRUE; /* avoid that '' is changed */
|
||||
if (findpar(&oa, c == '}' ? FORWARD : BACKWARD, 1L, NUL, FALSE))
|
||||
if (findpar(&oa.inclusive,
|
||||
c == '}' ? FORWARD : BACKWARD, 1L, NUL, FALSE))
|
||||
{
|
||||
pos_copy = curwin->w_cursor;
|
||||
posp = &pos_copy;
|
||||
|
Reference in New Issue
Block a user