Skip to content

Commit

Permalink
fix: call ddu#denops#_mods instead of referring as a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed May 27, 2024
1 parent e31ef17 commit f785b25
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 f785b25

Please sign in to comment.