mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 02:15:46 +01:00
Fix odd markup in the :h 'wildignore example.
This commit is contained in:
@@ -1518,7 +1518,7 @@
|
|||||||
the following will ignore object files and Vim swap files:
|
the following will ignore object files and Vim swap files:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<code><ex>:set wildignore=<str delim="'">\.o$</str>,<str delim="'">^\..*\.s[a-z]<a>2</a>$</str></ex></code>
|
<code><ex>:set wildignore=<str delim="'">\.o$</str>,<str delim="'">^\..*\.s[a-z]{2}$</str></ex></code>
|
||||||
|
|
||||||
<note>Unlike Vim, each pattern is a regular expression rather than a glob.</note>
|
<note>Unlike Vim, each pattern is a regular expression rather than a glob.</note>
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user