aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/indent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.h b/src/indent.h
index 9e6a6f03821..16d068c660a 100644
--- a/src/indent.h
+++ b/src/indent.h
@@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
39struct position 39struct position
40 { 40 {
41 int bufpos; 41 int bufpos;
42 int bytepos;
42 int hpos; 43 int hpos;
43 int vpos; 44 int vpos;
44 int prevhpos; 45 int prevhpos;