From: Christian Brabandt Date: Sun, 10 Aug 2025 12:52:03 +0000 (+0200) Subject: runtime(doc): update :call with a range and remove space X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fvim.git runtime(doc): update :call with a range and remove space Commit fc3c204bbe48d34bded70d2b1 introduced a spurious space with the :call command Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 5543c03991..094fe78e1e 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -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.