mailr28289 - /trunk/docs/bash_completion.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 15, 2016 - 20:50:
Author: bugman
Date: Tue Nov 15 20:50:27 2016
New Revision: 28289

URL: http://svn.gna.org/viewcvs/relax?rev=28289&view=rev
Log:
Fine tuning of the bash completion relax script.

The option "-o nospace" for "complete" has been removed as spaces are not 
added for directories
anyway.  This means that a space is added after all options and scripts.


Modified:
    trunk/docs/bash_completion.sh

Modified: trunk/docs/bash_completion.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/bash_completion.sh?rev=28289&r1=28288&r2=28289&view=diff
==============================================================================
--- trunk/docs/bash_completion.sh       (original)
+++ trunk/docs/bash_completion.sh       Tue Nov 15 20:50:27 2016
@@ -96,5 +96,5 @@
     return 0
 }
 
-# Set up the completion for relax, avoiding trailing spaces for better 
subdirectory completion.
-complete -o nospace -F _relax relax
+# Set up the completion for relax.
+complete -F _relax relax




Related Messages


Powered by MHonArc, Updated Tue Nov 15 21:00:06 2016