diff options
Diffstat (limited to '')
-rw-r--r-- | edit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/edit.h b/edit.h index 8ad382b..382e9d2 100644 --- a/edit.h +++ b/edit.h @@ -40,6 +40,7 @@ struct Edit { EditViCommand, } mode; bool lnext; + char verb; } vi; }; |