Tips should not be in the readme

This commit is contained in:
Maxime Coste 2016-03-06 15:20:49 +00:00
parent 7ec90f3afd
commit 7202ff373e

View File

@ -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
~~~~~~~~~~~~~