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.
1 parent c6fa7c6 commit 54f3953Copy full SHA for 54f3953
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