Closed kamecha closed 1 year ago
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
SSIA
after firering action with chooseAction, the mode is NORMAL.
ddu-ui-ff version (SHA1): c45fd23
denops.vim version (SHA1): 9f1b8cf
deno version(deno -V output): deno 1.35.3
deno -V
OS: WSL2 Ubuntu22.04
neovim/Vim :version output: NVIM v0.10.0-dev-836+g6d93bdd45
:version
set rtp+=~/.cache/dein/nvim/repos/github.com/vim-denops/denops.vim set rtp+=~/.cache/dein/nvim/repos/github.com/Shougo/ddu.vim set rtp+=~/.cache/dein/nvim/repos/github.com/Shougo/ddu-ui-ff set rtp+=~/.cache/dein/nvim/repos/github.com/Shougo/ddu-source-file set rtp+=~/.cache/dein/nvim/repos/github.com/Shougo/ddu-source-action set rtp+=~/.cache/dein/nvim/repos/github.com/Shougo/ddu-kind-file nnoremap [ddu] <Nop> nmap <Space>u [ddu] nmap <silent> [ddu]f <Cmd>call ddu#start({ \ 'ui': 'ff', \ 'uiParams': { \ 'ff': { \ 'startFilter': v:true, \ } \ }, \ 'sources': [ \ {'name': 'file'}, \ ], \ 'kindOptions': { \ 'action': { \ 'defaultAction': 'do' \ } \ }, \ })<CR> autocmd FileType ddu-ff call s:ddu_my_settings() function! s:ddu_my_settings() abort nnoremap <buffer> <CR> \ <Cmd>call ddu#ui#do_action('itemAction')<CR> nnoremap <buffer> a \ <Cmd>call ddu#ui#do_action('chooseAction')<CR> endfunction autocmd FileType ddu-ff-filter call s:ddu_filter_my_settings() function! s:ddu_filter_my_settings() abort inoremap <buffer> <C-l> \ <ESC><Cmd>call ddu#ui#ff#do_action('leaveFilterWindow')<CR> endfunction
<Space>
u
f
<C-l>
a
chooseAction
<CR>
open
:redir
:message
Fixed. Please update ddu-source-action.
ddu-source-action
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
SSIA
Expected
after firering action with chooseAction, the mode is NORMAL.
Environment Information
ddu-ui-ff version (SHA1): c45fd23
denops.vim version (SHA1): 9f1b8cf
deno version(
deno -V
output): deno 1.35.3OS: WSL2 Ubuntu22.04
neovim/Vim
:version
output: NVIM v0.10.0-dev-836+g6d93bdd45Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
<Space>
u
f
to start ddu<C-l>
in filter window to leave filter window.a
in ddu window for firechooseAction
<CR>
in ddu window with action source ( for example 'open' action )open
action, the mode is INSERT...Screenshot (if possible)
Upload the log messages by
:redir
and:message
(if errored)