vim-patch:8.1.1068: cannot get all the information about current completion

Problem:    Cannot get all the information about current completion.
Solution:   Add complete_info(). (Shougo, Hirohito Higashi, closes vim/vim#4106)
fd133323d4
This commit is contained in:
Shougo Matsushita
2019-03-30 21:06:23 +09:00
parent dfb7f6b349
commit 2d63b6d2c1
7 changed files with 303 additions and 17 deletions

View File

@@ -64,6 +64,7 @@ return {
complete={args=2},
complete_add={args=1},
complete_check={},
complete_info={args={0, 1}},
confirm={args={1, 4}},
copy={args=1},
cos={args=1, func="float_op_wrapper", data="&cos"},