Hacker News new | ask | show | jobs
by Ericson2314 2189 days ago
s/HTML/HTTP/c in a few places.
1 comments

What does the “c” flag do?
"Confirm". It prompts for verification before substituting, in vim:

https://www.linux.com/training-tutorials/vim-tips-basics-sea...

oh gawd I just type the `c` out of habit now. that wasn't intentional at all.
Confirmed ;-)
I think it’s forcing case sensitive. I’ve never seen it though.
Case Ignore is /i
Yes. I think forcing Case sensitive in Tcl is /c (the default mode). I haven’t used tcp for 20 years but seems reasonable it could apply.

Funny how two people felt it worth modding down an attempt to answer the question.