1
0
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:
Štěpán Němec
2010-12-03 19:13:46 +01:00
parent 57c52c36f8
commit a6eb8c71e0

View File

@@ -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>