Fix a typo in the documentation

This commit is contained in:
w0rp 2018-02-26 17:04:54 +00:00
parent 7ec684206c
commit f64db199f1
1 changed files with 2 additions and 2 deletions

View File

@ -1251,8 +1251,8 @@ g:ale_pattern_options *g:ale_pattern_options*
See |b:ale_linters| and |b:ale_fixers| for information for those options.
Filenames are matched with |match()|, and patterns depend on the |magic|
setting, unless prefixed with the special escape sequences like `'\v'`,
etc.The patterns can match any part of a filename. The absolute path of the
setting, unless prefixed with the special escape sequences like `'\v'`, etc.
The patterns can match any part of a filename. The absolute path of the
filename will be used for matching, taken from `expand('%:p')`.
The options for every match for the filename will be applied, with the