Verbosity

- New verbosity token 'filter' shows the complete filter used by the last
  command.
This commit is contained in:
Paul Beckingham 2014-05-21 17:21:22 -04:00
parent 58d8938fda
commit d53c432ff9
6 changed files with 13 additions and 27 deletions

View file

@ -515,7 +515,8 @@ bool Context::verbose (const std::string& token)
verbosity[0] != "edit" && //
verbosity[0] != "special" && //
verbosity[0] != "project" && //
verbosity[0] != "sync") //
verbosity[0] != "sync" && //
verbosity[0] != "filter") //
{
verbosity.clear ();