summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-03-31 09:19:33 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-03-31 09:21:09 +0100
commitd1732673ce4bbbad1540800058d3057b39f1bfeb (patch)
tree24fb2e457094a61f10994f77eb7140c8a82c204e /src/input_handler.cc
parent8badcdc0d569718b93761dfa4a271909d42f82f1 (diff)
Document the null register
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index d3081ac9..e674790f 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -145,6 +145,7 @@ constexpr StringView register_doc =
" * .: selection contents\n"
" * #: selection index\n"
" * [0-9]: selections capture group\n"
+ " * _: null register\n"
" * \": default yank/paste register\n"
" * @: default macro register\n"
" * /: default search register\n"