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:
While trying to save a newly created Html file, vim saves the file but also gives these errors:
"test.html" [New] 1L, 15C written
Error detected while processing BufWritePost Autocommands for "<buffer=1>":
E492: Not an editor command: ++once call polyglot#detect#Html()
To Reproduce:
Open vim.
:e test.html
Write something in the buffer.
:w
Additional data:
I just updated vim-polyglot.
I tried disabling all other plugins and I got the same result.