updated for version 7.0141
diff --git a/src/mark.c b/src/mark.c
index 1655e03..d3db4a6 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -318,7 +318,8 @@
 
 	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;