mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
docs: various fixes (#28208)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Famiu Haque <famiuhaque@proton.me> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Guilherme Soares <guilhermesoares1970@gmail.com> Co-authored-by: Jannik Buhr <jannik.m.buhr@gmail.com> Co-authored-by: thomaswuhoileong <72001875+thomaswuhoileong@users.noreply.github.com> Co-authored-by: tom-anders <13141438+tom-anders@users.noreply.github.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -64,9 +64,10 @@ M.vars = {
|
||||
},
|
||||
completed_item = {
|
||||
desc = [=[
|
||||
Dictionary containing the most recent |complete-items| after
|
||||
|CompleteDone|. Empty if the completion failed, or after
|
||||
leaving and re-entering insert mode.
|
||||
Dictionary containing the |complete-items| for the most
|
||||
recently completed word after |CompleteDone|. Empty if the
|
||||
completion failed, or after leaving and re-entering insert
|
||||
mode.
|
||||
Note: Plugins can modify the value to emulate the builtin
|
||||
|CompleteDone| event behavior.
|
||||
]=],
|
||||
|
Reference in New Issue
Block a user