ThePrimeagen / init.lua

3.28k stars 583 forks source link

quickfix: fixed fugitive pull/rebase command. #84

Open jonleopard opened 1 year ago

jonleopard commented 1 year ago

Invoking <leader>P caused the following error:

E5108: Error executing lua: ...jon/dotfiles/nvim/.config/nvim/after/plugin/fugitive.lua:26: Wro ng number of arguments
stack traceback:
        [C]: in function 'Git'
        ...jon/dotfiles/nvim/.config/nvim/after/plugin/fugitive.lua:26: in function <...jon/dot
files/nvim/.config/nvim/after/plugin/fugitive.lua:25>

Using a single string seems to have fixed the issue.

leonardogavaudan commented 7 months ago

Thank you!