c3f5f123b8
PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
15 lines
190 B
Plaintext
15 lines
190 B
Plaintext
# $FreeBSD$
|
||
#
|
||
# WARNING: spaces may be essential at the end of lines
|
||
# WARNING: empty lines are essential too
|
||
#
|
||
# yesexpr
|
||
^[yYyY是].*
|
||
# noexpr
|
||
^[nNnN不否].*
|
||
# yesstr
|
||
是
|
||
# nostr
|
||
否
|
||
# EOF
|