diff src/mark.c @ 503:c9ec7077a195

updated for version 7.0141
author vimboss
date Mon, 05 Sep 2005 22:05:30 +0000
parents e111db373ca4
children d3c978b4c7ce
line wrap: on
line diff
--- a/src/mark.c
+++ b/src/mark.c
@@ -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;