update
This commit is contained in:
parent
90d9164d6c
commit
15f97eb949
|
@ -240,8 +240,8 @@ _cmd "$@"
|
||||||
|
|
||||||
The OTHER_ARGS should be sequences of specifications for matching & completing words on the command line.
|
The OTHER_ARGS should be sequences of specifications for matching & completing words on the command line.
|
||||||
These sequences can be separated by '|' to represent alternative sequences of words.
|
These sequences can be separated by '|' to represent alternative sequences of words.
|
||||||
You can use bracketing to arbitrary depth to specify alternate subsequences, but the brackets must be quoted
|
You can use bracketing to arbitrary depth to specify alternate subsequences, but the brackets must be backslashed like this \( \)
|
||||||
like this \( \) or '(' ')'.
|
or quoted like this '(' ')'.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
|
|
Loading…
Reference in New Issue