doc: don't pollute command history with mapping

This commit is contained in:
Olivier Perret 2018-11-21 17:30:58 +01:00
parent 3ed7ec21bd
commit 808580056f

View File

@ -127,7 +127,7 @@ define-command -params 1 -hidden doc-render %{
add-highlighter buffer/ ranges doc_render_ranges
add-highlighter buffer/ ranges doc_render_links
add-highlighter buffer/ wrap -word -indent
map buffer normal <ret> :doc-follow-link<ret>
map buffer normal <ret> ': doc-follow-link<ret>'
}
define-command -params 1..2 \