Find and replace scope can be limited like this:
:16,256s/search_term/replacement/gc
I don't want to replace my search term with any other text, I just want to find them. I tried the following, but it didn't help:
:16,256/search_term # Notice that there is no 's' here
Thanks for your time!