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


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to