diff options
author | pommicket <pommicket@gmail.com> | 2023-03-03 22:56:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-03 22:56:06 -0500 |
commit | b4f39244f9296838741862d9408cc14b85069bef (patch) | |
tree | 5dd1c04bcbd491da88518d1d4ed2d9718615152b /command.h | |
parent | 1b383e6884d12d4098c4b6631e9c3e10cba0ffaf (diff) |
fix up docs
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ typedef enum { CMD_START_OF_FILE, /// move cursor to end of buffer CMD_END_OF_FILE, + /// go to previous position CMD_PREVIOUS_POSITION, CMD_SELECT_START_OF_FILE, CMD_SELECT_END_OF_FILE, |