zk-phi / phi-search

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

Honor case-replace and case-fold-search #55

Open johannes-mueller opened 3 years ago

johannes-mueller commented 3 years ago

If you try to replace "Data" to "test_data" with phi-replace things can get quite frustrating, because phi-replace will only replace it to "Test_Data" even if case-replace is nil.

This patch lets the user replace Data to test_data by setting case-replace to nil.