97c27cccb458

Document the quiet filter on the tags keyword.
[view raw] [browse files]
author Dale Wijnand <dale.wijnand@gmail.com>
date Wed, 25 Jan 2012 00:18:00 +0100
parents f9395e8dcb7b
children 0649e77b06d0
branches/tags (none)
files docs/wiki/documentation/keywords/index.mdown prompt.py

Changes

--- a/docs/wiki/documentation/keywords/index.mdown	Tue Jan 24 23:56:25 2012 +0100
+++ b/docs/wiki/documentation/keywords/index.mdown	Wed Jan 25 00:18:00 2012 +0100
@@ -157,6 +157,9 @@
 ##tags##
 :   Display the tags of the current parent, separated by a space.
     
+    |quiet
+        Display the tags of the current parent, excluding the tag "tip".
+
     |SEP
     :   Display the tags of the current parent, separated by `SEP`.
 
--- a/prompt.py	Tue Jan 24 23:56:25 2012 +0100
+++ b/prompt.py	Wed Jan 25 00:18:00 2012 +0100
@@ -600,6 +600,9 @@
 tags
      Display the tags of the current parent, separated by a space.
 
+     |quiet
+         Display the tags of the current parent, excluding the tag "tip".
+
      |SEP
          Display the tags of the current parent, separated by `SEP`.