We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6fa7c6 + 54f3953 commit d196190Copy full SHA for d196190
autoload/denops/_internal/plugin.vim
@@ -54,7 +54,7 @@ endfunction
54
55
function! s:DenopsSystemPluginFail() abort
56
const l:name = matchstr(expand('<amatch>'), 'DenopsSystemPluginFail:\zs.*')
57
- let l:plugin = denops#_internal#plugin#get(a:name)
+ let l:plugin = denops#_internal#plugin#get(l:name)
58
let l:plugin.state = s:STATE_FAILED
59
let l:plugin.callbacks = []
60
execute printf('doautocmd <nomodeline> User DenopsPluginFail:%s', l:name)
0 commit comments