Olical / vim-enmasse

Edit every line in a quickfix list at the same time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimise file writing

Olical opened this issue · comments

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.

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