From a1291a318751d8d9111eb3d0b8189b0d6987c400 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 1 Jun 2016 15:34:03 +0200 Subject: [PATCH] fixes #375 --- doc/filters.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/filters.txt b/doc/filters.txt index 46bc6c3e5d..1937b187c7 100644 --- a/doc/filters.txt +++ b/doc/filters.txt @@ -23,6 +23,10 @@ just like an ordinary procedure call with named or positional arguments. The available parameters depend on the invoked filter. Before version 0.12.0 of the language ``#!`` was used instead of ``#?``. +**Hint:** With ``--hint[codeBegin]:on```or ``--verbosity:2`` +(or higher) Nim lists the processed code after each filter +application. + Pipe operator ============= @@ -41,9 +45,6 @@ Filters can be combined with the ``|`` pipe operator:: Available filters ================= -**Hint:** With ``--verbosity:2`` (or higher) Nim lists the processed code -after each filter application. - Replace filter --------------