1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:40:05 +08:00

Update doc for prompt api

This commit is contained in:
wsdjeg 2017-07-09 14:28:47 +08:00
parent 59fd6985ae
commit fe2bf4b59e

View File

@ -1,3 +1,12 @@
""
" @section cmdlinemenu, api-cmdlinemenu
" @parentsection api
" menu({items})
"
" Create a cmdline selection menu from a list of {items}, each item should be a
" list of two value in it, first one is the description, and the next one
" should be a funcrc.
let s:self = {}