diff --git a/README.markdown b/README.markdown index 8d75bab..7f1a6d8 100644 --- a/README.markdown +++ b/README.markdown @@ -35,6 +35,12 @@ following options can be used: let g:eregex_forward_delim = '/' let g:eregex_backward_delim = '?' +To force case sensitive like perl re. Add the following config: + + let g:eregex_force_case = 1 + +Then you will have case sensitive match by default. You can always change it by adding `/i` modifier. + ## Changes ### 2.61