~torresjrjr/public-inbox

vim-haredoc: doc: fix typo ("largs" => "large") v1 APPLIED

Jose Lombera: 1
 doc: fix typo ("largs" => "large")

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~torresjrjr/public-inbox/patches/33027/mbox | git am -3
Learn more about email & git

[PATCH vim-haredoc] doc: fix typo ("largs" => "large") Export this patch

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

diff --git a/doc/haredoc.txt b/doc/haredoc.txt
index c2e6f60d42a1..72d5fb2654de 100644
--- 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.
-- 
2.35.1
Thank you!

To git@git.sr.ht:~torresjrjr/vim-haredoc
   42447ac..b8add67  master -> master

Applied as:

	b8add67 doc: fix typo s/largs/large/