Skip to content

Commit

Permalink
Document force case option
Browse files Browse the repository at this point in the history
  • Loading branch information
othree committed Jan 23, 2015
1 parent 574091d commit 543a8e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 543a8e1

Please sign in to comment.