| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
from previous commit.)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The \C- form is only used inside quotedzputs().
${(q+)...} outputs a quotedzputs() representation.
|
| |
|
|
|
|
| |
This shows the argument to shell option -c.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
ChangeLog
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We need to restore the current count of matches when returning to
match at the point where we previously matched.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
params writable
|
|/ |
|
|
|
|
|
| |
Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn
about $x and $i, respectively, being created global.
|
| |
|
|
|
|
| |
cross-reference to vim text object widgets
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|