vmware-archive / vim-config

This is the Vim configuration we use on pairing machines at Neo, as well as many Neons' personal machines. It's pretty okay.
BSD 2-Clause "Simplified" License
64 stars 41 forks source link

Strips trailing whitespace w/out moving the cursor #2

Closed sillylogger closed 11 years ago

sillylogger commented 11 years ago

Integrates a function that keeps track of the cursor position.

mohangk commented 11 years ago

+1 I think its useful, especially on a multipage document

adamlogic commented 11 years ago

I like it.

mohangk commented 11 years ago

Would this count as non behaviour changing as well ? Its impact is minimal.

adamlogic commented 11 years ago

It is non-behavior-changing, but it also added 15 lines of code for an arguably tiny feature/enhancement. For that reason I think it's good this one went through a PR. It's been 7 days and no one disputed it, though, so I say merge it.