mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
unposted: Revert change from 28896, which did more evil than good.
This commit is contained in:
parent
e38f65bba4
commit
875f048b8b
2 changed files with 4 additions and 3 deletions
|
|
@ -6,6 +6,9 @@
|
|||
* Simon Ruderich: 29041: Completion/Unix/Command/_git: Add
|
||||
completion for `tig' like the one for `gitk' from 29028.
|
||||
|
||||
* unposted: Functions/Zle/edit-command-line: Revert change from
|
||||
28896, which did more evil than good.
|
||||
|
||||
2011-04-24 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Jun T.: 29031: Src/Zle/complist.c: increment global minfo
|
||||
|
|
@ -14516,5 +14519,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5262 $
|
||||
* $Revision: 1.5263 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
# will give ksh-like behaviour for that key,
|
||||
# except that it will handle multi-line buffers properly.
|
||||
|
||||
setopt local_options no_monitor
|
||||
|
||||
local tmpfile=${TMPPREFIX:-/tmp/zsh}ecl$$
|
||||
|
||||
print -R - "$PREBUFFER$BUFFER" >$tmpfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue