mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 11:19:32 +03:00
Typo in comments
This commit is contained in:
parent
d943fa613e
commit
e2cac96449
@ -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
|
||||
*=*) : ;;
|
||||
|
@ -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
|
||||
*=*) : ;;
|
||||
|
Loading…
Reference in New Issue
Block a user