gabesoft / vim-ags

Silver searcher plugin for vim
183 stars 12 forks source link

Edit mode #25

Closed wikimatze closed 8 years ago

wikimatze commented 8 years ago

When pressing E I can edit all the files without going through the process of opening every single file, make the change and close it. How can I save all the files when I'm in E mode?

When I quit the window, I get:

E37: No write since last change
E162: No write since last change for buffer "search-results.agse"

Cheers, Matthias

gabesoft commented 8 years ago

Just save like you would any normal buffer.

gabesoft commented 8 years ago

:w

wikimatze commented 8 years ago

Jup, that was the easy the solution to this problem.