runtime(doc): Fix :help complete() example
Commit:
https://github.com/vim/vim/commit/3de73844afebe133ea7485cc9993bb8378a3717d
Author: Doug Kearns <[email protected]>
Date: Sun Sep 28 18:01:15 2025 +0000
runtime(doc): Fix :help complete() example
closes: https://github.com/vim/vim/issues/18417
Signed-off-by: Doug Kearns <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 409588b2b..c3f531f66 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt* For Vim version 9.1. Last change: 2025 Sep 27
+*builtin.txt* For Vim version 9.1. Last change: 2025 Sep 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1940,7 +1940,7 @@ complete({startcol}, {matches})
*complete()* *E785*
func ListMonths()
call complete(col('.'), ['January', 'February', 'March',
\ 'April', 'May', 'June', 'July', 'August',
- \ 'September', \ 'October', 'November', 'December'])
+ \ 'September', 'October', 'November', 'December'])
return ''
endfunc
<
--
--
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/E1v2vvQ-00HEFu-01%40256bit.org.