forked from aniani/vim
runtime(doc): Clean up minor formatting issues for builtin functions
closes: #15966 Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
8b0fa7a565
commit
d52fb2fabd
@@ -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
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -4836,7 +4836,7 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
|
|||||||
<
|
<
|
||||||
Return type: list<string>
|
Return type: list<string>
|
||||||
|
|
||||||
<
|
|
||||||
getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
|
getregionpos({pos1}, {pos2} [, {opts}]) *getregionpos()*
|
||||||
Same as |getregion()|, but returns a list of positions
|
Same as |getregion()|, but returns a list of positions
|
||||||
describing the buffer text segments bound by {pos1} and
|
describing the buffer text segments bound by {pos1} and
|
||||||
@@ -4893,6 +4893,7 @@ getregtype([{regname}]) *getregtype()*
|
|||||||
<
|
<
|
||||||
Return type: |String|
|
Return type: |String|
|
||||||
|
|
||||||
|
|
||||||
getscriptinfo([{opts}]) *getscriptinfo()*
|
getscriptinfo([{opts}]) *getscriptinfo()*
|
||||||
Returns a |List| with information about all the sourced Vim
|
Returns a |List| with information about all the sourced Vim
|
||||||
scripts in the order they were sourced, like what
|
scripts in the order they were sourced, like what
|
||||||
|
Reference in New Issue
Block a user