aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/helphelp.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 21:09:53 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 22:29:03 -0400
commitb1cd67b62e58c7f7d4139416e6813f8f50bc0fd6 (patch)
treee012d75f3c6853bebaa99b186209f8b9a53ea39c /runtime/doc/helphelp.txt
parent710f0eae2f5a626a0771acbb1fb32e121bbf2bde (diff)
downloadrneovim-b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6.tar.gz
rneovim-b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6.tar.bz2
rneovim-b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6.zip
vim-patch:4072ba571bab
Update runtime files. https://github.com/vim/vim/commit/4072ba571babd733d1800c082416fe8fe3c28ed7 Omit vim9 references. Omit assert_fails(). Patch v8.2.1183 is not ported yet.
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r--runtime/doc/helphelp.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt
index aafeb91906..2f00d19b71 100644
--- a/runtime/doc/helphelp.txt
+++ b/runtime/doc/helphelp.txt
@@ -92,9 +92,9 @@ Help on help files *helphelp*
:help k| only
< Note that a space before the '|' is seen as part of
the ":help" argument.
- You can also use <LF> or <CR> to separate the help
+ You can also use <NL> or <CR> to separate the help
command from a following command. You need to type
- CTRL-V first to insert the <LF> or <CR>. Example: >
+ CTRL-V first to insert the <NL> or <CR>. Example: >
:help so<C-V><CR>only
<