rbong / vim-flog

A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.
795 stars 22 forks source link

Fix "l:opts" key not present error for :Flogsetargs command #101

Closed mars90226 closed 1 year ago

mars90226 commented 1 year ago

Before the commit, executing :Flogsetargs will show following error:

Error detected while processing function flog#cmd#FlogSetArgs:
line    4:
E716: Key not present in Dictionary: "l:opts"
rbong commented 1 year ago

Thank you for the fix!