Because I’m tired of forgetting how to set this option, I’m putting it here.

In Vim, and I presume vi as well, if you want to search your document with case insensitivity, simply use the following command:

:set ignorecase

From then on you can search a document with no regard to case. /AllowUsers is the same search as /allowusers.