| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
overrides
|
|
|
|
|
|
|
| |
warn_create_global
This is a followup to 30995 taking Peter's suggestions from 30997 into
account.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Using this, you can do things like this in a more straight-forward
manner:
foo-init() { CURSOR=0; }
zle -N foo-init
foo=$'Some longer\nbuffer with\nmultiple lines.'
vared -i foo-init foo
|
|
|
|
|
|
|
| |
If `zrefresh' is not called _after_ the zle-line-init hook, any changes
made to the editor's state (be it changes to $CURSOR or $BUFFER or
called widgets like `clear-screen') will only be picked up after the
first character is typed into the editor.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
remote path in ssh completion
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
when file system is not case sensitive.
|
| |
|
| |
|
| |
|
|
|
|
| |
to apply only if $fd is exactly an fd and nothing else.
|
| |
|
|
|
|
| |
git backend
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
on the command line
|
|
|
|
| |
on the command line
|
|
|
|
| |
"autoload" should suppress display of function body.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
generated function
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|