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
Currently labeling on words is done by temporarily modifying the buffer. It could be risky if VIM closes in anomaly and could lead to loss of user content.
Problem
Currently labeling on words is done by temporarily modifying the buffer. It could be risky if VIM closes in anomaly and could lead to loss of user content.
Solution
Use vim/vim#7553 instead