(testsuite) fix indent/comment sync_after_int
This commit is contained in:
parent
9f107370c4
commit
99e550c3a8
@ -840,13 +840,13 @@ proc sync_after_int {{prompt /@}} {
|
|||||||
# See also: http://lists.alioth.debian.org/pipermail/bash-completion-devel/
|
# See also: http://lists.alioth.debian.org/pipermail/bash-completion-devel/
|
||||||
# 2010-February/002566.html
|
# 2010-February/002566.html
|
||||||
sleep .1
|
sleep .1
|
||||||
# NOTE: Regexp `.*' causes `expect' to discard previous unknown output.
|
# NOTE: Regexp `.*' causes `expect' to discard previous unknown output.
|
||||||
# This is necessary if a completion doesn't match expectations.
|
# This is necessary if a completion doesn't match expectations.
|
||||||
# For instance with `filetype_xspec' completion (e.g. `kdvi') if
|
# For instance with `filetype_xspec' completion (e.g. `kdvi') if
|
||||||
# one expects `.txt' as a completion (wrong, because it isn't
|
# one expects `.txt' as a completion (wrong, because it isn't
|
||||||
# there), the unmatched completions need to be cleaned up.
|
# there), the unmatched completions need to be cleaned up.
|
||||||
expect -re ".*$prompt$"
|
expect -re ".*$prompt$"
|
||||||
}; # sync_after_int()
|
}
|
||||||
|
|
||||||
|
|
||||||
proc sync_after_tab {} {
|
proc sync_after_tab {} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user