Skip to content

Commit d52fb2f

Browse files
ychinchrisbra
authored andcommitted
runtime(doc): Clean up minor formatting issues for builtin functions
closes: #15966 Signed-off-by: Yee Cheng Chin <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 8b0fa7a commit d52fb2f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

runtime/doc/builtin.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 16
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4836,7 +4836,7 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
48364836
<
48374837
Return type: list<string>
48384838

4839-
<
4839+
48404840
getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
48414841
Same as |getregion()|, but returns a list of positions
48424842
describing the buffer text segments bound by {pos1} and
@@ -4893,6 +4893,7 @@ getregtype([{regname}]) *getregtype()*
48934893
<
48944894
Return type: |String|
48954895

4896+
48964897
getscriptinfo([{opts}]) *getscriptinfo()*
48974898
Returns a |List| with information about all the sourced Vim
48984899
scripts in the order they were sourced, like what

0 commit comments

Comments
 (0)