-*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
<
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
<
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