Skip to content

Commit

Permalink
Merge pull request #112 from kyoh86/call-ddu-denops-mods
Browse files Browse the repository at this point in the history
fix: call `ddu#denops#_mods` instead of referring as a variable
  • Loading branch information
Shougo committed May 28, 2024
2 parents e31ef17 + f785b25 commit 1889b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ddu.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function ddu#set_static_import_path() abort
call writefile([
\ '// NOTE: It is dummy module.',
\ 'export const mods = {};',
\ ], ddu#denops#_mods)
\ ], ddu#denops#_mods())

call ddu#denops#_notify('setStaticImportPath', [])
endfunction
Expand Down

0 comments on commit 1889b0f

Please sign in to comment.