Skip to content

Commit

Permalink
Fix sync call
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 3, 2024
1 parent 6acb52b commit b18dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ddu/denops.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ddu#denops#_request(method, args) abort
return {}
endif

if !ddu#denops#_running()
if denops#server#status() !=# 'running'
" Lazy call
execute printf('autocmd User DenopsPluginPost:ddu ++nested call '
\ .. 's:notify("%s", %s)', a:method, a:args->string())
Expand Down

0 comments on commit b18dd46

Please sign in to comment.