.
OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=54
This commit is contained in:
parent
793f472e54
commit
a87b3e77d2
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
+# Perform dollar ($) completion
|
+# Perform dollar ($) completion
|
||||||
+# @return True (0) if completion needs further processing,
|
+# @return True (0) if completion needs further processing,
|
||||||
+# False (> 0) if tilde is followed by a valid username, completions
|
+# False (> 0) if dollar is followed by a valid username, completions
|
||||||
+# are put in COMPREPLY and no further processing is necessary.
|
+# are put in COMPREPLY and no further processing is necessary.
|
||||||
+_dollar()
|
+_dollar()
|
||||||
+{
|
+{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user