diff options
| author | Dan Rosén <dan.rosen@gu.se> | 2017-05-25 21:39:05 +0200 |
|---|---|---|
| committer | Dan Rosén <dan.rosen@gu.se> | 2017-05-25 21:48:41 +0200 |
| commit | b1735ae76ed730698c9b25b9534a96c625f52b03 (patch) | |
| tree | 97c4d6922fa39b8917fa52d8e6aa2ea286e70301 /src/input_handler.cc | |
| parent | 55d1d1020d215730737554045537cf3a8877c46a (diff) | |
Expose last entered command in register :
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 9a4d8c83..18da32d7 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -149,7 +149,8 @@ constexpr StringView register_doc = " * @: default macro register\n" " * /: default search register\n" " * ^: default mark register\n" - " * |: default shell command register\n"; + " * |: default shell command register\n" + " * :: last entered command\n"; class Normal : public InputMode { |
