From 543a8e193a89d31282612e15c7509967c1e1f9d7 Mon Sep 17 00:00:00 2001 From: othree Date: Fri, 23 Jan 2015 13:33:45 +0800 Subject: [PATCH] Document force case option --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) 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