1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

new match spec characters bBeE, match only word/line not both (11977)

This commit is contained in:
Sven Wischnowsky 2000-06-19 10:48:21 +00:00
parent a295e82c1e
commit 083befef2b
9 changed files with 70 additions and 19 deletions

View file

@ -252,6 +252,18 @@
>NO:{___list_rowsfirst}
>NO:{___list_types}
>line: {tst ___list_beep__ }{}
>COMPADD:{}
test_code 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' example1_list
comptest $'tst __no_listbe\t'
0:Documentation example for options, input "__no_listbe"
>line: {tst __no_listbeep }{}
>COMPADD:{}
test_code 'B:[nN][oO]= M:_= M:{A-Z}={a-z}' example1_list
comptest $'tst nonono_listbe\t'
0:Documentation example for options, input "nonono_listbe"
>line: {tst nonono_listbeep }{}
>COMPADD:{}
lower_insensitive_M="M:{a-z}={A-Z}"