Files
nvim-cmp/lua/cmp
Daniel Fortes 3a2f1bbc55 Added event_chars property to confirm_done event (#782)
* Added event_chars property to confirm_done event

Currently it seems there is no way for someone listening to the
`confirm_done` event to know exactly what character was used to commit
the completion confirmation.

This commit adds a `event_chars` property to the `confirm_done` event.
Its value is just the `chars` variable form the `core.on_keymap`
function.

* Renamed `commid_chars` to `commit_character`
2022-02-11 14:11:00 +09:00
..
2022-01-31 17:04:38 +09:00
2021-12-14 22:41:45 +09:00
2021-08-04 01:07:12 +09:00
2021-11-09 17:11:27 +09:00
2021-11-15 13:15:56 +09:00
2022-01-18 19:32:51 +09:00
2022-01-20 17:26:05 +09:00
2021-10-19 14:38:10 +09:00
2021-08-27 23:26:54 +09:00
2021-11-24 12:57:04 +09:00