mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
vim-patch:c2bd205254c8
Change "the" to "then" under ':help bufload()' (vim/vim#12662)
c2bd205254
N/A commits:
vim-patch:64dea84bb05a (we have our own manpager at home)
vim-patch:958e15bb1c7d (we have our own editorconfig syntax file)
vim-patch:c41b3c9f95ac (we don't have defaults.vim)
Co-authored-by: Daniel Steinberg <dstein64@users.noreply.github.com>
This commit is contained in:
parent
c43c745a14
commit
164370a4cb
2
runtime/doc/builtin.txt
generated
2
runtime/doc/builtin.txt
generated
@ -398,7 +398,7 @@ bufload({buf}) *bufload()*
|
||||
refers to an existing file then the file is read. Otherwise
|
||||
the buffer will be empty. If the buffer was already loaded
|
||||
then there is no change. If the buffer is not related to a
|
||||
file the no file is read (e.g., when 'buftype' is "nofile").
|
||||
file then no file is read (e.g., when 'buftype' is "nofile").
|
||||
If there is an existing swap file for the file of the buffer,
|
||||
there will be no dialog, the buffer will be loaded anyway.
|
||||
The {buf} argument is used like with |bufexists()|.
|
||||
|
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@ -534,7 +534,7 @@ function vim.fn.buflisted(buf) end
|
||||
--- refers to an existing file then the file is read. Otherwise
|
||||
--- the buffer will be empty. If the buffer was already loaded
|
||||
--- then there is no change. If the buffer is not related to a
|
||||
--- file the no file is read (e.g., when 'buftype' is "nofile").
|
||||
--- file then no file is read (e.g., when 'buftype' is "nofile").
|
||||
--- If there is an existing swap file for the file of the buffer,
|
||||
--- there will be no dialog, the buffer will be loaded anyway.
|
||||
--- The {buf} argument is used like with |bufexists()|.
|
||||
|
@ -747,7 +747,7 @@ M.funcs = {
|
||||
refers to an existing file then the file is read. Otherwise
|
||||
the buffer will be empty. If the buffer was already loaded
|
||||
then there is no change. If the buffer is not related to a
|
||||
file the no file is read (e.g., when 'buftype' is "nofile").
|
||||
file then no file is read (e.g., when 'buftype' is "nofile").
|
||||
If there is an existing swap file for the file of the buffer,
|
||||
there will be no dialog, the buffer will be loaded anyway.
|
||||
The {buf} argument is used like with |bufexists()|.
|
||||
|
Loading…
Reference in New Issue
Block a user