From cf5db374182dd588ceb30425e2ea8a31772bed11 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Oct 1996 17:54:39 +0000 Subject: [PATCH] (struct position): New field ovstring_chars_done. --- src/indent.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/indent.h b/src/indent.h index 9beff4bfb4d..91d8f44c1ac 100644 --- a/src/indent.h +++ b/src/indent.h @@ -26,6 +26,9 @@ struct position int vpos; int prevhpos; int contin; + /* Number of characters we have already handled + from the before and after strings at this position. */ + int ovstring_chars_done; }; struct position *compute_motion (); -- 2.39.5