Warning: I will close the issue without the minimal init.vim and the
reproduction instructions.
Problems summary
It is intended to sequentially perform directory expansion and cursor movement by using multi_actions(['expandItem', 'cursorNext']), aiming to position the cursor at the first item in the expanded directory.
However, after this operation is performed, the cursor is found to be on the element next to the directory before its expansion, seems like cursor moved first and then the directory expanded afterwards.
Expected
The directory expands, and the cursor points to the next element of the expanded directory.
Environment Information
ddu-ui-filer version (SHA1): from c881d72 to latest(0697375)
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
It is intended to sequentially perform directory expansion and cursor movement by using multi_actions(['expandItem', 'cursorNext']), aiming to position the cursor at the first item in the expanded directory. However, after this operation is performed, the cursor is found to be on the element next to the directory before its expansion, seems like cursor moved first and then the directory expanded afterwards.
Expected
The directory expands, and the cursor points to the next element of the expanded directory.
Environment Information
ddu-ui-filer version (SHA1): from
c881d72
to latest(0697375
)denops.vim version (SHA1): `2a393849
deno version(
deno -V
output):deno 1.43.1
OS: Arch Linux
neovim/Vim
:version
output:Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Screenshot (if possible)
Upload the log messages by
:redir
and:message
(if errored)