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
This adds error handling to the plugin, implemented with the help of
`assert` and `xpcall`. Adding explicit error handling for the following
cases for now:
- Invalid commenstring / Commenting is not supported like `json`
- When filetype doesn't support block comments like `yaml`
- Graceful handling of certain cases like uncommenting when there is
nothing to uncomment.
---
fixes#221
supersedes #277
0 commit comments