We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc.getSelections
1 parent def7063 commit 300f7f8Copy full SHA for 300f7f8
doc/manual.html
@@ -1254,7 +1254,7 @@ <h3 id="api_selection">Cursor and selection methods</h3>
1254
separator to put between the lines in the output. When multiple
1255
selections are present, they are concatenated with instances
1256
of <code>lineSep</code> in between.</dd>
1257
- <dt id="getSelections"><code><strong>doc.getSelections</strong>(?lineSep: string) → string</code></dt>
+ <dt id="getSelections"><code><strong>doc.getSelections</strong>(?lineSep: string) → array<string></code></dt>
1258
<dd>Returns an array containing a string for each selection,
1259
representing the content of the selections.</dd>
1260
0 commit comments