I am getting 'trailing whitespace' errors trying to commit some files in git.
I want to remove these trailing whitespace characters automatically right before I save python files.
Can you configure vim to do this? If so, how?
|
I am getting 'trailing whitespace' errors trying to commit some files in git. I want to remove these trailing whitespace characters automatically right before I save python files. Can you configure vim to do this? If so, how?
| ||||
feedback
|
|
I found the answer here. Adding the following to my .vimrc file did the trick.
| |||||||||||
feedback
|
|
I also usually have a :
in my Todo being a syntax hilighting group-name that is used for hilighting keywords like | |||||||||||||
feedback
|
|
Compilation of above plus saving cursor position:
| |||||||||||||
feedback
|
|
This is how I'm doing it. I can't remember where I stole it from tbh.
| |||||||||||
feedback
|
|
Here's a way to filter by more than one FileType.
| |||
|
feedback
|
|
Copied and pasted from http://blog.kamil.dworakowski.name/2009/09/unobtrusive-highlighting-of-trailing.html This has the advantage of not highlighting each space you type at the end of the line, only when you open a file or leave insert mode. Very neat.
| |||
|
feedback
|