aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indent.h3
1 files changed, 3 insertions, 0 deletions
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
26 int vpos; 26 int vpos;
27 int prevhpos; 27 int prevhpos;
28 int contin; 28 int contin;
29 /* Number of characters we have already handled
30 from the before and after strings at this position. */
31 int ovstring_chars_done;
29 }; 32 };
30 33
31struct position *compute_motion (); 34struct position *compute_motion ();