]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove trailing whitespace from example in builtin.txt
authorChristian Brabandt <cb@256bit.org>
Mon, 15 Sep 2025 20:23:12 +0000 (20:23 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Sep 2025 20:23:12 +0000 (20:23 +0000)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index 1c2b0f4ec68e63d8242a84090c84ae04160f7dc3..487db826fa55e4b19a1780f3bfd757a92a477477 100644 (file)
@@ -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)