You are not logged in.
Pages: 1
I'm looking for a vim function/script/plugin which allows to find a pattern in all open buffres. Here is the exemplary screenplay:
1. I open a few files.
2. I type: /pattern, and it finds "pattern" in current buffer
3. Press "n" to find next occurance
4. But when I reach the end of file switch to next buffer.
5. And so on...
Hopefully I described it clearly.
Offline
try searching the vim wiki
Offline
Pages: 1