Skip to content

Commit 54f3953

Browse files
committed
Fix typo
1 parent c6fa7c6 commit 54f3953

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)