mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -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
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -1940,7 +1940,7 @@ complete({startcol}, {matches}) *complete()* *E785*
|
|||||||
func ListMonths()
|
func ListMonths()
|
||||||
call complete(col('.'), ['January', 'February', 'March',
|
call complete(col('.'), ['January', 'February', 'March',
|
||||||
\ 'April', 'May', 'June', 'July', 'August',
|
\ 'April', 'May', 'June', 'July', 'August',
|
||||||
\ 'September', \ 'October', 'November', 'December'])
|
\ 'September', 'October', 'November', 'December'])
|
||||||
return ''
|
return ''
|
||||||
endfunc
|
endfunc
|
||||||
<
|
<
|
||||||
|
Reference in New Issue
Block a user