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
|
||
|
^[иИyY].*
|
||
|
# noexpr
|
||
|
^[жЖnN].*
|
||
|
# yesstr
|
||
|
ия
|
||
|
# nostr
|
||
|
жок
|
||
|
# EOF
|