From 7202ff373e7d789b030a802062b88e1e32f2ccd9 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 6 Mar 2016 15:20:49 +0000 Subject: [PATCH] Tips should not be in the readme --- README.asciidoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 2ade2da2..ff1abe27 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -998,11 +998,6 @@ The regex syntax supported by Kakoune is the Perl syntax currently provided by Boost : http://www.boost.org/doc/libs/release/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html[Perl Regular Expression Syntax]. -Tips -^^^^ - -* It is possible to make case insensitive regex by prefixing expression with `(?i)` - Exec and Eval ~~~~~~~~~~~~~