Skip to content

Commit d196190

Browse files
authored
Merge pull request #370 from vim-denops/fix_typo
Fix typo
2 parents c6fa7c6 + 54f3953 commit d196190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/denops/_internal/plugin.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endfunction
5454

5555
function! s:DenopsSystemPluginFail() abort
5656
const l:name = matchstr(expand('<amatch>'), 'DenopsSystemPluginFail:\zs.*')
57-
let l:plugin = denops#_internal#plugin#get(a:name)
57+
let l:plugin = denops#_internal#plugin#get(l:name)
5858
let l:plugin.state = s:STATE_FAILED
5959
let l:plugin.callbacks = []
6060
execute printf('doautocmd <nomodeline> User DenopsPluginFail:%s', l:name)

0 commit comments

Comments
 (0)