|
|
|
|
|
by datenwolf
3621 days ago
|
|
On a related note: Is there any easy way to tell Vim when in insert mode not to accept extra spaces at the end of a line, except a single one? I've got of course checks in place that warn about trailing spaces and my Git hooks outright refuse a commit with trailing spaces. But it would be nice to catch that at the insert level. You know, it may be cat who's typing. |
|