]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update :call with a range and remove space master
authorChristian Brabandt <cb@256bit.org>
Sun, 10 Aug 2025 12:52:03 +0000 (14:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 10 Aug 2025 12:52:03 +0000 (14:52 +0200)
Commit fc3c204bbe48d34bded70d2b1 introduced a spurious space with the
:call command

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_41.txt

index 5543c039912e268dc5229a417a0bb0294aa2a3aa..094fe78e1ea4d4cb7eac5d279d5699cfdf2fbf1e 100644 (file)
@@ -1587,7 +1587,7 @@ once for every line in the range, with the cursor in that line.  Example: >
 
 If you call this function with: >
 
-       :10,15 call Number()
+       :10,15call Number()
 
 The function will be called six times, starting on line 10 and ending on line
 15.