0
0
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:
Bram Moolenaar
2005-09-05 22:05:30 +00:00
parent e344bead3e
commit 8b96d64cb5
3 changed files with 277 additions and 113 deletions

View File

@@ -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;