vim-haredoc

[vim] haredoc plugin
git clone https://git.torresjrjr.com/vim-haredoc.git
Log | Files | Refs | README | LICENSE

commit b8add673fe8a32c9e34dba82ac31523c2464805f
parent 42447ac27614bd8278a810c0546879da0f5b1ae8
Author: Jose Lombera <jose@lombera.dev>
Date:   Wed, 15 Jun 2022 14:47:13 -0500

doc: fix typo s/largs/large/

Diffstat:
Mdoc/haredoc.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/haredoc.txt b/doc/haredoc.txt @@ -20,14 +20,14 @@ MAPPINGS *K* *haredoc-K* K Show documentation for the Hare symbol under the cursor in a |popup-window|. - Press d and u to scroll largs outputs. + Press d and u to scroll large outputs. Press q or CTRL-C to close. *gK* *haredoc-gK* gK Show documentation for the Hare symbol under the cursor in a |terminal-window|. - Press d and u to scroll largs outputs. + Press d and u to scroll large outputs. Press q or CTRL-C once or twice to close. COMMANDS @@ -35,7 +35,7 @@ COMMANDS *:Haredoc* :Haredoc {symbol} Show documentation for the given Hare symbol in a |terminal-window|. - Press d and u to scroll largs outputs. + Press d and u to scroll large outputs. Press q or CTRL-C once or twice to close. :Haredoc . Same as the |K| command.