]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Change "the" to "then" under ':help bufload()' (#12662)
authorDaniel Steinberg <dstein64@users.noreply.github.com>
Wed, 9 Aug 2023 16:10:59 +0000 (12:10 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 16:10:59 +0000 (18:10 +0200)
runtime/doc/builtin.txt

index e7a0392cc8fac57a6cfeecd6aadde9eb22efb02c..34f76d6f4e86afd4f4e3288cab40e0ca92248104 100644 (file)
@@ -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()|.