Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This shows, during 'git merge', the revision hashes of the "remote" head
(the one that will become second parent of the commit) in the %m expando.
Review-by: Frank Terbeck
|
|
|
|
|
|
|
|
|
|
|
|
-F" etc.
|
|
|
|
|
|
|
|
|
|
Also clarify document.
|
|
|
|
|
|
|
|
|
|
|
|
paste in cut buffers
|
|
To try this, see the instructions at the top of Util/zyodl.vim (in the comment).
* Util/zyodl.vim: New syntax highlighting file.
* Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading.
* Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typeset assignments now work like raw assignments except
for no "+=" and no GLOB_ASSIGN.
Documented in typeset builtin doc and mentioned in release notes.
Tests to ensure basic sanity.
Enabled by default, can be turned off by "disable -r" with typeset
family of commands.
|
|
|
|
|
|
when search direction changes
|
|
|
|
description is used
|
|
|
|
Also add to zed -f.
Option is -x <numm>.
|
|
|
|
|
|
|
|
Also avoid invoking the editor on empty results.
|