Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|