On Sat, 24 Sep 2016 15:27:45 +0000
ng0 <ngillm...@runbox.com> wrote:
> +               (("^include_dirs.append")
                     ^ remove "^"

And add .*

so

 ("include_dirs.append.*")
...

Note that this also matches the newline codepoint (sigh), so you have to re-add 
it in the substitution at the end.
 
 ("include_dirs.append.*") "......./include/lzo
"
^newline


Reply via email to