Typo in comments
This commit is contained in:
parent
d943fa613e
commit
e2cac96449
@ -15,7 +15,7 @@ _hledger_completion_function() {
|
|||||||
# Current treatment for special characters:
|
# Current treatment for special characters:
|
||||||
# - exclude colon (:) from COMP_WORDBREAKS
|
# - exclude colon (:) from COMP_WORDBREAKS
|
||||||
# - option processing assumes that `=` is in COMP_WORDBREAKS
|
# - option processing assumes that `=` is in COMP_WORDBREAKS
|
||||||
# - use comptop -o filenames to escape the rest
|
# - use compopt -o filenames to escape the rest
|
||||||
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
||||||
case "$COMP_WORDBREAKS" in
|
case "$COMP_WORDBREAKS" in
|
||||||
*=*) : ;;
|
*=*) : ;;
|
||||||
|
|||||||
@ -15,7 +15,7 @@ _hledger_completion_function() {
|
|||||||
# Current treatment for special characters:
|
# Current treatment for special characters:
|
||||||
# - exclude colon (:) from COMP_WORDBREAKS
|
# - exclude colon (:) from COMP_WORDBREAKS
|
||||||
# - option processing assumes that `=` is in COMP_WORDBREAKS
|
# - option processing assumes that `=` is in COMP_WORDBREAKS
|
||||||
# - use comptop -o filenames to escape the rest
|
# - use compopt -o filenames to escape the rest
|
||||||
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
|
||||||
case "$COMP_WORDBREAKS" in
|
case "$COMP_WORDBREAKS" in
|
||||||
*=*) : ;;
|
*=*) : ;;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user