Skip to content

Commit 16945f2

Browse files
committed
Mention Vim is done with magic
1 parent ab6c874 commit 16945f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex.html

Lines changed: 1 addition & 1 deletion
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)