runtime(doc): remove trailing whitespace from example in builtin.txt
Commit:
https://github.com/vim/vim/commit/45b59a92ce06532aafa074e18aa9c3b44297ec8a
Author: Christian Brabandt <[email protected]>
Date: Mon Sep 15 20:23:12 2025 +0000
runtime(doc): remove trailing whitespace from example in builtin.txt
Signed-off-by: Christian Brabandt <[email protected]>
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)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uyFps-008j4q-Ju%40256bit.org.