mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
Belatedly add move-line-in-buffer.
This commit is contained in:
parent
14f5735ed0
commit
c4beabbc64
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
2011-08-20 Barton E. Schaefer <schaefer@zsh.org>
|
2011-08-20 Barton E. Schaefer <schaefer@brasslantern.com>
|
||||||
|
|
||||||
|
* unposted: Functions/Zle/.distfiles: add move-line-in-buffer
|
||||||
|
|
||||||
* 29711: Completion/compaudit: avoid calling potentially-slow
|
* 29711: Completion/compaudit: avoid calling potentially-slow
|
||||||
"getent group" unless group-writable directories are found.
|
"getent group" unless group-writable directories are found.
|
||||||
|
@ -15328,5 +15330,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5444 $
|
* $Revision: 1.5445 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -25,6 +25,7 @@ kill-word-match
|
||||||
match-word-context
|
match-word-context
|
||||||
match-words-by-style
|
match-words-by-style
|
||||||
modify-current-argument
|
modify-current-argument
|
||||||
|
move-line-in-buffer
|
||||||
narrow-to-region
|
narrow-to-region
|
||||||
narrow-to-region-invisible
|
narrow-to-region-invisible
|
||||||
predict-on
|
predict-on
|
||||||
|
|
Loading…
Reference in a new issue