Skip to content

Commit

Permalink
Just say "magic" mode is default
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed May 22, 2024
1 parent add9a2d commit 4568c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h1>Programs</h1>
<tr><td>PyCharm</td><td>PCRE</td><td>Perl-inspired</td></tr>
<tr><td>Sublime Text</td><td>?</td><td></td></tr>
<tr><td>UltraEdit</td><td>PCRE</td><td></td></tr>
<tr><td>Vim</td><td>Vim</td><td>In <a href="https://vimdoc.sourceforge.net/htmldoc/pattern.html#/magic">"magic" mode</a> (default, recommended)</td></tr>
<tr><td>Vim</td><td>Vim</td><td>In <a href="https://vimdoc.sourceforge.net/htmldoc/pattern.html#/magic">"magic" mode</a> (default)</td></tr>
</tbody>
<tbody id="programs-cmdline" class="subgroup">
<tr><th colspan="3">Command-line tools</th></tr>
Expand Down

0 comments on commit 4568c86

Please sign in to comment.