Add Vim command for declaration documentation

This commit is contained in:
comco 2015-09-17 18:30:30 +02:00
parent 0345e41479
commit 98d6a8750a

View File

@ -9,7 +9,7 @@ for a readers edification and are ignored by the compiler, and inline
API documentation, which the compiler parses and stores for future
reference. To consult the documentation for a declaration ``f``, write
``:doc f`` at the REPL or use the appropriate command in your editor
(``C-c C-d`` in Emacs, in Vim).
(``C-c C-d`` in Emacs, ``<LocalLeader>h`` in Vim).
Comments
========