Olical / vim-enmasse

Edit every line in a quickfix list at the same time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use pure VimL writing or use direct Python calls.

Olical opened this issue · comments

Let's do this. GO VIML OR GO HOME. I'm starting my feature branch for this now, I've just put #12 into develop, so no more duplicate lines. This is the next logical step really.

Should definitely sort the quickfix entries by bufnr and as I iterate I only swap files in the hidden editing buffer if the bufnr changes mid loop. This means multiple changes could be made in one file without swapping buffers around.

Should sort by bufnr then lnum then everything will be in a logical order too!

Sorting is sorted. Pretty sweet actually.