ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.55k stars 626 forks source link

Issue with autocomplete with vim #416

Closed RaZeSloth closed 1 year ago

RaZeSloth commented 1 year ago

When trying to autocomplete with vim, I am getting the following error:

bash: syntax error near unexpected token `('

Started happening after the recent update.

akinomyoga commented 1 year ago

Thank you for the report. I could reproduce the problem. I fixed it in eb1ea3e. @RaZeSloth @D4ryl00 Could you check if the problem is fixed in the latest version?

D4ryl00 commented 1 year ago

LGTM, thanks :+1:

akinomyoga commented 1 year ago

Thanks!