Skip to content

Commit 3293642

Browse files
committed
Mention ViM is done with magic
1 parent b19726e commit 3293642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Syntax</h1>
8282

8383
<table class="table table-bordered table-striped">
8484
<thead>
85-
<tr><th>What</th><th><a href="http://perldoc.perl.org/perlre.html">Perl</a>/PCRE</th><th><a href="https://docs.python.org/library/re.html">Python's <code>re</code></a></th><th>POSIX (BRE)</th><th>POSIX extended (ERE)</th><th>ViM</th></tr>
85+
<tr><th>What</th><th><a href="http://perldoc.perl.org/perlre.html">Perl</a>/PCRE</th><th><a href="https://docs.python.org/library/re.html">Python's <code>re</code></a></th><th>POSIX (BRE)</th><th>POSIX extended (ERE)</th><th>ViM (with <code>:set magic</code>)</th></tr>
8686
</thead>
8787
<tbody id="syntax-basics" class="subgroup">
8888
<tr><th colspan="6">Basics</th></tr>

0 commit comments

Comments
 (0)