Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
When pressing Ctrl-C after `git am`, only `last` exists in
`.git/rebase-apply/`, which is empty.
This patch fixes it to fall back to "no patch applied" then.
|
|
at the front of the token
|
|
on account of patching it to handle commas properly (thanks Mikael).
|
|
|
|
Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn
about $x and $i, respectively, being created global.
|
|
|
|
|
|
|
|
Do all the completion for zsh by _arguments
|
|
|
|
Xarg Yarg' syntax
This simply removes the '-w' argument to _arguments and changes
{-x+,--foo} to {-x+,--foo=} throughout the file.
|
|
Also, tweak the docstring of zlelineasstring().
|
|
|
|
|
|
cross-reference to vim text object widgets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for emacsclient
|
|
|
|
|
|
|
|
Also check if length is non-zero when buffer is empty.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selfinsert() may be called with incomplete wide character processing from
places other than getkeymapcmd()
|
|
|
|
adapt to new default behavior of zle_highlight for paste
|