Commit: runtime(doc): remove trailing whitespace from example in builtin.txt

0 views
Skip to first unread message

Christian Brabandt

unread,
Sep 15, 2025, 4:30:14 PM (3 days ago) Sep 15
to vim...@googlegroups.com
runtime(doc): remove trailing whitespace from example in builtin.txt

Commit: https://github.com/vim/vim/commit/45b59a92ce06532aafa074e18aa9c3b44297ec8a
Author: Christian Brabandt <c...@256bit.org>
Date: Mon Sep 15 20:23:12 2025 +0000

runtime(doc): remove trailing whitespace from example in builtin.txt

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 1c2b0f4ec..487db826f 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1947,7 +1947,7 @@ complete({startcol}, {matches}) *complete()* *E785*

vim9script
def ListMonths(): string
- const months = [ 'January', 'February', 'March', 'April',
+ const months = [ 'January', 'February', 'March', 'April',
'May', 'June', 'July', 'September', 'October',
'November', 'December']
complete(col('.'), months)
Reply all
Reply to author
Forward
0 new messages