mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
runtime(doc): Fix :help complete() example
closes: #18417 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
7d903eaccf
commit
3de73844af
@@ -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
|
||||
<
|
||||
|
Reference in New Issue
Block a user