]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Clean up minor formatting issues for builtin functions
authorYee Cheng Chin <ychin.git@gmail.com>
Thu, 31 Oct 2024 08:25:09 +0000 (09:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 31 Oct 2024 08:25:09 +0000 (09:25 +0100)
closes: #15966

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index 5d9a436688f1b545f5f887bf693b05c8b2e3684c..29ed1c79a1933fad1b335a40e0d2c96c984eef5d 100644 (file)
@@ -1,4 +1,4 @@
-*builtin.txt*  For Vim version 9.1.  Last change: 2024 Oct 16
+*builtin.txt*  For Vim version 9.1.  Last change: 2024 Oct 31
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -4836,7 +4836,7 @@ getregion({pos1}, {pos2} [, {opts}])                      *getregion()*
 <
                Return type: list<string>
 
-<
+
 getregionpos({pos1}, {pos2} [, {opts}])            *getregionpos()*
                Same as |getregion()|, but returns a list of positions
                describing the buffer text segments bound by {pos1} and
@@ -4893,6 +4893,7 @@ getregtype([{regname}])                                   *getregtype()*
 <
                Return type: |String|
 
+
 getscriptinfo([{opts}])                                        *getscriptinfo()*
                Returns a |List| with information about all the sourced Vim
                scripts in the order they were sourced, like what