Skip to content

Commit 6b9cf31

Browse files
committed
runtime(doc): update :call with a range and remove space
Commit fc3c204 introduced a spurious space with the :call command Signed-off-by: Christian Brabandt <[email protected]>
1 parent 8b18345 commit 6b9cf31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/doc/usr_41.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ once for every line in the range, with the cursor in that line. Example: >
15871587
15881588
If you call this function with: >
15891589
1590-
:10,15 call Number()
1590+
:10,15call Number()
15911591
15921592
The function will be called six times, starting on line 10 and ending on line
15931593
15.

0 commit comments

Comments
 (0)