summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Steinberg <dstein64@users.noreply.github.com>2023-08-09 12:10:59 -0400
committerGitHub <noreply@github.com>2023-08-09 18:10:59 +0200
commitc2bd205254c89ecf46e08965f53d7991315d9c98 (patch)
tree5ecbcae5e0bff3fa4245d9eacf9d70ecbbcc6a31 /runtime
parent64dea84bb05a29117cf2708085021c535b898975 (diff)
Change "the" to "then" under ':help bufload()' (#12662)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/builtin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index e7a0392cc8..34f76d6f4e 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt* For Vim version 9.0. Last change: 2023 Jun 08
+*builtin.txt* For Vim version 9.0. Last change: 2023 Aug 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1249,7 +1249,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()|.