diff options
| author | Delapouite <delapouite@gmail.com> | 2017-01-10 12:34:37 +0100 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-01-10 12:34:37 +0100 |
| commit | f51d03b0d8b2fd28aea78cd4dee3b4005bf0c65f (patch) | |
| tree | 53d83e5607cefafa57940dfbc44f234844403ebe /src/input_handler.cc | |
| parent | 9f0bca53c41a5e363020ab7421b37b165b2db9a2 (diff) | |
Fix: add missing pipe register in info
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 7b0ed2e0..37503abb 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -142,7 +142,8 @@ constexpr StringView register_doc = " * \": default yank/paste register\n" " * @: default macro register\n" " * /: default search register\n" - " * ^: default mark register\n"; + " * ^: default mark register\n" + " * |: default shell command register\n"; class Normal : public InputMode { |
