mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 07:24:13 +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:
|
||||
</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>
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user