zk-phi / phi-search

Another incremental search command, compatible with “multiple-cursors”
127 stars 12 forks source link

phi replace should replace even if matches exceed 1000 #12

Closed PythonNut closed 11 years ago

PythonNut commented 11 years ago

I often replace numerous patterns at once. Even it is inefficient to highlight thousands of matches, phi-replace should still replace them.

knu commented 11 years ago

Why not just increase phi-search-limit and see how large value your environment can endure?

PythonNut commented 11 years ago

That's the problem, I'm editing (copies of) log files and my system is lame -- a bad combination.

zk-phi commented 11 years ago

a new command "phi-search-unlimit" (bound to C-c C-c by default) tries to search all occurrences regardless of phi-earch-limit. please try this.