DEV Community

Discussion on: 【Vim】Setting to automatically remove white space at the end of a line when starting and saving

Collapse
 
jingxue profile image
Jing Xue

Nice. A bit gutsy to set up BufRead to do this though. You might open a file only intending to read it, or the file itself is readonly.

Collapse
 
kamekuremaisuke profile image
t-o-d

Thank you for your comments and advice.
You are right.
So use should be taken with caution and I only use it in a limited environment.