Typo in comments

This commit is contained in:
Vladimir Zhelezov 2020-12-11 12:51:33 +01:00
parent d943fa613e
commit e2cac96449
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ _hledger_completion_function() {
# Current treatment for special characters:
# - exclude colon (:) from 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//:}
case "$COMP_WORDBREAKS" in
*=*) : ;;

View File

@ -15,7 +15,7 @@ _hledger_completion_function() {
# Current treatment for special characters:
# - exclude colon (:) from 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//:}
case "$COMP_WORDBREAKS" in
*=*) : ;;