Olical / vim-enmasse

Edit every line in a quickfix list at the same time
The Unlicense
208 stars 5 forks source link

Optimise file writing #22

Closed Olical closed 10 years ago

Olical commented 10 years ago

It should not write one line change at a time, it should batch writes together so multiple changes to one file only involve one write.

Olical commented 10 years ago

Going to have to add an event or hook to actually test this. (doauto)