mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
Merge pull request #35032 from zeertzjq/vim-61cec2e
vim-patch: doc updates
This commit is contained in:
@@ -590,7 +590,7 @@ Summary: *help-summary* >
|
||||
< for how the '|' is handled in mappings.
|
||||
|
||||
15) Command definitions are talked about :h command-topic, so use >
|
||||
:help command-bar
|
||||
:help command-bang
|
||||
< to find out about the '!' argument for custom commands.
|
||||
|
||||
16) Window management commands always start with CTRL-W, so you find the
|
||||
|
||||
@@ -116,7 +116,7 @@ Someone sends you an e-mail message, which refers to a file by its URL. For
|
||||
example:
|
||||
|
||||
You can find the information here: ~
|
||||
ftp://ftp.vim.org/pub/vim/README ~
|
||||
https://ftp.nluug.nl/pub/vim/README
|
||||
|
||||
You could start a program to download the file, save it on your local disk and
|
||||
then start Vim to edit it.
|
||||
|
||||
@@ -2099,7 +2099,7 @@ text...
|
||||
CODE
|
||||
<
|
||||
*E121*
|
||||
:let {var-name} .. List the value of variable {var-name}. Multiple
|
||||
:let {var-name} ... List the value of variable {var-name}. Multiple
|
||||
variable names may be given. Special names recognized
|
||||
here: *E738*
|
||||
g: global variables
|
||||
|
||||
@@ -11890,7 +11890,7 @@ wildtrigger() *wildtrigger()*
|
||||
produce a beep when no matches are found and generally
|
||||
operates more quietly. This makes it suitable for triggering
|
||||
completion automatically, such as from an |:autocmd|.
|
||||
*cmdline-autocompletion*
|
||||
*cmdline-autocompletion*
|
||||
Example: To make the completion menu pop up automatically as
|
||||
you type on the command line, use: >vim
|
||||
autocmd CmdlineChanged [:/?] call wildtrigger()
|
||||
|
||||
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -10824,7 +10824,7 @@ function vim.fn.wildmenumode() end
|
||||
--- produce a beep when no matches are found and generally
|
||||
--- operates more quietly. This makes it suitable for triggering
|
||||
--- completion automatically, such as from an |:autocmd|.
|
||||
--- *cmdline-autocompletion*
|
||||
--- *cmdline-autocompletion*
|
||||
--- Example: To make the completion menu pop up automatically as
|
||||
--- you type on the command line, use: >vim
|
||||
--- autocmd CmdlineChanged [:/?] call wildtrigger()
|
||||
|
||||
@@ -13082,7 +13082,7 @@ M.funcs = {
|
||||
produce a beep when no matches are found and generally
|
||||
operates more quietly. This makes it suitable for triggering
|
||||
completion automatically, such as from an |:autocmd|.
|
||||
*cmdline-autocompletion*
|
||||
*cmdline-autocompletion*
|
||||
Example: To make the completion menu pop up automatically as
|
||||
you type on the command line, use: >vim
|
||||
autocmd CmdlineChanged [:/?] call wildtrigger()
|
||||
|
||||
Reference in New Issue
Block a user