Skip to content

Commit

Permalink
small refactor for "toggleterm2" runner
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Aug 7, 2024
1 parent 641de26 commit d6ba5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/asyncrun/runner/toggleterm2.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function! asyncrun#runner#toggleterm2#run(opts)
lua require("asyncrun_toggleterm").runner(vim.fn.eval("a:opts"))
endfunction
lua require("asyncrun.toggleterm2").runner(vim.fn.eval("a:opts"))
endfunction
File renamed without changes.

0 comments on commit d6ba5dc

Please sign in to comment.