diff options
author | w0rp <devw0rp@gmail.com> | 2018-02-26 17:04:54 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-02-26 17:04:54 +0000 |
commit | f64db199f1c8e4379cc642f6df6de1f70af14a57 (patch) | |
tree | c92eea3e4139bdade67d17097d11afa67c6df703 /doc/ale.txt | |
parent | 7ec684206c1395a940d8ad2d26d59773a432115c (diff) | |
download | ale-f64db199f1c8e4379cc642f6df6de1f70af14a57.zip |
Fix a typo in the documentation
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d2e050a5..4e1ae44b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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 |