diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-11-14 05:15:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 05:15:45 -0800 |
commit | b73a829837bbc05840ae00cbe514fb1786695614 (patch) | |
tree | be21628b373bbec5c6dc2fe42d24eb2dd3b125b5 /src/nvim/api/ui.c | |
parent | 5b45efbee6ebb64269469b636baac5248e83421f (diff) | |
download | rneovim-b73a829837bbc05840ae00cbe514fb1786695614.tar.gz rneovim-b73a829837bbc05840ae00cbe514fb1786695614.tar.bz2 rneovim-b73a829837bbc05840ae00cbe514fb1786695614.zip |
refactor: vim.ui.clipboard #26040
Problem:
Platform-specific UI providers should live in `vim.ui.*`. #24164
Solution:
- Move `vim.clipboard.osc52` module to `vim.ui.clipboard.osc52`.
- TODO: move all of `clipboard.vim` to `vim.ui.clipboard`.
ref #25872
Diffstat (limited to 'src/nvim/api/ui.c')
-rw-r--r-- | src/nvim/api/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c index e6d9035b0d..c898925af8 100644 --- a/src/nvim/api/ui.c +++ b/src/nvim/api/ui.c @@ -512,7 +512,7 @@ void nvim_ui_pum_set_bounds(uint64_t channel_id, Float width, Float height, Floa ui->pum_pos = true; } -/// Tells Nvim when a terminal event has occurred. +/// Tells Nvim when a terminal event has occurred: sets |v:termresponse| and fires |TermResponse|. /// /// The following terminal events are supported: /// |