Skip to content

Commit

Permalink
Merge pull request #370 from vim-denops/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lambdalisue authored Jun 22, 2024
2 parents c6fa7c6 + 54f3953 commit d196190
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 d196190

Please sign in to comment.