diff --git a/.twander b/.twander index 5fac6ff..ae28e46 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.75 2006/12/18 23:36:08 tundra Exp $ +# $Id: .twander,v 1.76 2006/12/19 00:17:51 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -314,6 +314,21 @@ #-# #-# ASSOC - .pyo .txt .rc #-# +#-# # You can removed a previously defined association +#-# # by leaving the right-hand-side of the statement +#-# # blank. This is primarily useful within conditional +#-# # blocks where you want the existence of an association +#-# # for a particular file type to depend on some condition +#-# # such as, for instance, the type of OS your're running. +#-# +#-# # This sequence first defines and then removes an +#-# # association for text files: +#-# +#-# ASSOC .txt MyFineEditor [SELECTION] +#-# ASSOC .txt +#-# +#-# +#-# #-# #-# #-# # Special variable(s) used below to trigger conditional logic