This commit is contained in:
hrsh7th
2021-10-19 14:55:14 +09:00
parent 775a371660
commit 26e73f3140
2 changed files with 4 additions and 2 deletions

View File

@@ -446,7 +446,7 @@ Return the completion menu is visible or not.
NOTE: This method returns true if the native popup menu is visible. For convenience to define mappings.
#### `cmp.confirm({ select = boolean, behavior = cmp.ConfirmBehavior.{Insert,Replace} })`
#### `cmp.confirm({ select = boolean, behavior = cmp.ConfirmBehavior.{Insert,Replace} }, callback)`
Confirm current selected item if possible.