Skip to content

Commit

Permalink
doc: improve neomake-makers-processing/neomake-makers-mapexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 15, 2017
1 parent e7c7afa commit 4d36d2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/neomake.txt
Expand Up @@ -149,11 +149,11 @@ run on an whole project rather than a specific file.

*neomake-makers-processing*
*neomake-makers-mapexpr*
You can define two optional properties on a maker object to process the maker
output: `mapexpr` is applied to the maker output before any processing, and
`postprocess` is applied to the quickfix or location list entry.
You can define two optional properties on a maker object to process its
output: `mapexpr` is applied to the maker's output before any processing, and
`postprocess` is applied to each of the quickfix or location list entries.

The `mapexpr` property will be passed directly into |map()| as the expr
The `mapexpr` property will be passed directly into |map()| as the `expr`
argument like so: >
call map(lines, maker.mapexpr)
<where `lines` contains the maker output.
Expand Down Expand Up @@ -568,4 +568,4 @@ Here are some tips to develop the 'errorformat' setting for makers:
currently removed by default in Neomake, but that is supposed to change
likely: it is better to ignore them through the |'errorformat'| already.

vim: ft=help tw=78 isk+=<,>,\:
vim: ft=help tw=78 isk+=<,>,\:,-

0 comments on commit 4d36d2f

Please sign in to comment.