about summary refs log tree commit diff
path: root/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'edit.h')
-rw-r--r--edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.h b/edit.h
index 535b575..8ad382b 100644
--- a/edit.h
+++ b/edit.h
@@ -39,6 +39,7 @@ struct Edit {
 			EditViInsert,
 			EditViCommand,
 		} mode;
+		bool lnext;
 	} vi;
 };