Closed 4513ECHO closed 4 months ago
It is reproduced. But it seems feature. You must not call UI action in autocmd.
Because if you use it, cmdline.vim autocmd handlers are not called.
So
Cmdline floatwin is remained even you typed
This problem is occurred.
Answer:
Cmdline integration is broken when calling ddu#ui#get_items() on CursorMoved.
You must not do it.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Cmdline integration is broken when calling
ddu#ui#get_items()
on CursorMoved.Expected
Typed charactars should be appeared. Cmdline floatwin should not remained.
Environment Information
ddu-ui-ff version (SHA1):
62e11487913f3f7d68da93793f9ba9afcb04ad00
denops.vim version (SHA1):
e6eb1ab24c166ee7810218e91abf0b435ec0a4ea
on v7-predeno version(
deno -V
output):deno 1.45.2
OS:
macOS Sonoma 14.5
neovim/Vim
:version
output:Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
mm
<CR>
Screenshot (if possible)
None.
Upload the log messages by
:redir
and:message
(if errored)None.