You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this bug happen when you install plugin without vim-polyglot?
No
Describe the bug:
Vim errors E464: Ambiguous use of user-defined command when I use command :Te to open a new file explorer tab in Vim, while current opening file is a terraform configuration file. It seems only happen when editing .tf terraform configuration files.
To Reproduce:
Install vim-polyglot plugin with Vundle.
Open a terraform configuration file.
Use command :Te to open a file explorer tab.
The text was updated successfully, but these errors were encountered:
I know it's too late, but if some one has the same problem type :Tex instead of :Te, Vim will be able to difference :Terraform command from :Texplorer.
Does this bug happen when you install plugin without vim-polyglot?
No
Describe the bug:
Vim errors
E464: Ambiguous use of user-defined command
when I use command:Te
to open a new file explorer tab in Vim, while current opening file is a terraform configuration file. It seems only happen when editing.tf
terraform configuration files.To Reproduce:
vim-polyglot
plugin withVundle
.:Te
to open a file explorer tab.The text was updated successfully, but these errors were encountered: