Closed kamecha closed 1 year ago
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
SSIA
After updateOptions, filterFloatingTitle is setted.
updateOptions
deno -V
: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 nnoremap [ddu] <Nop> nmap <Space>u [ddu] nmap <silent> [ddu]f <Cmd>call ddu#start({ \ 'ui': 'ff', \ 'uiParams': { \ 'ff': { \ 'startFilter': v:true, \ 'split': 'floating', \ 'floatingBorder': 'rounded' \ } \ }, \ })<CR> autocmd FileType ddu-ff call s:ddu_my_settings() function! s:ddu_my_settings() abort nnoremap <buffer><silent> u \ <Cmd>call ddu#ui#ff#do_action('updateOptions', #{ \ uiParams: #{ \ ff: #{ \ floatingTitle: 'TitleOK', \ filterFloatingTitle: 'FilterNG' \ } \ } \ })<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>
messages by :redir and :message (if errored)
:redir
:message
Fixed. Please update ddu.vim.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
SSIA
Expected
After
updateOptions
, filterFloatingTitle is setted.Environment Information
deno -V
output): deno 1.35.3:version
output: NVIM v0.10.0-dev-886+gb263c73b0Provide 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>
to leave filter windowu
in ddu window to fireupdateOptions
actionScreenshot (if possible)
Upload the log
messages by
:redir
and:message
(if errored)