Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 22, 2024
1 parent c6fa7c6 commit 54f3953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/denops/_internal/plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endfunction

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

0 comments on commit 54f3953

Please sign in to comment.