mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
fix cursor positioning with partial-word match specs using `**' (13336)
This commit is contained in:
parent
4a376d7250
commit
9af83c6c2a
4 changed files with 52 additions and 33 deletions
|
|
@ -414,9 +414,9 @@
|
|||
test_code 'r:|[A-Z0-9]=** r:|=*' example6_list
|
||||
comptest $'tst 2\t\t'
|
||||
0:Documentation example using "r:|[A-Z0-9]=* r:|=*", input 2
|
||||
>line: {tst 523}{}
|
||||
>line: {tst 5}{23}
|
||||
>COMPADD:{}
|
||||
>line: {tst 523}{}
|
||||
>line: {tst 5}{23}
|
||||
>COMPADD:{}
|
||||
>NO:{5bar234}
|
||||
>NO:{5foo123}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue