NVIM v0.10.0-dev-3bf887f
Build type: Release
LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info
Provide a minimal init.vim/vimrc without plugin managers (Required!)
" Your minimal init.vim/vimrc
let g:denops#deno = "~/path/to/deno"
set runtimepath+=~/path/to/denops.vim
set runtimepath+=~/path/to/ddu.vim
set runtimepath+=~/path/to/ddu-ui-ff
set runtimepath+=~/path/to/ddu-source-git
function! DduSourceGit()
cd ~/path/to/ddu.vim
call ddu#start(#{
\ sources: [#{name: "git_log"}],
\ ui: "ff",
\ uiParams: #{
\ ff: #{
\ autoAction: #{ name: "preview" }
\ }
\ },
\ })
endfunction
How to reproduce the problem from neovim/Vim startup (Required!)
:call DduSourceGit()
Screenshot (if possible)
Upload the log messages by :redir and :message (if errored)
Error detected while processing function <lambda>59[1]..<SNR>166_do_auto_action[12]..ddu#ui#sync_action[1]..ddu#ui_sync_action[4]..ddu#_request[15]..denops#request[1]..denops#server#request[4]..denops#_internal#server#chan#request[4]..denops#_internal#rpc#nvim#request:
line 1:
Error invoking 'invoke' on channel 4:
0,Vim:E119: Not enough arguments for function: ddu#ui#ff#_open_preview_window
Problems summary
Title says it all.
Expected
No error
Environment Information
ba1316e
62b1d22
deno -V
output):deno 1.34.3
:version
output:Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
:call DduSourceGit()
Screenshot (if possible)
Upload the log messages by
:redir
and:message
(if errored)