mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 22:31:12 +01:00
Mikael: 26759: missing here-document terminator
This commit is contained in:
parent
43c1f052ce
commit
9cc93fe728
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-03-19 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Mikael: 26759: Src/Modules/curses.mdd: missing here-document
|
||||
terminator.
|
||||
|
||||
* 26756: Completion/Zsh/Type/_history_modifiers: handling
|
||||
following :s was wrong.
|
||||
|
||||
|
@ -11451,5 +11454,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4626 $
|
||||
* $Revision: 1.4627 $
|
||||
*****************************************************
|
||||
|
|
|
@ -11,3 +11,4 @@ curses.o curses..o: curses_keys.h
|
|||
|
||||
curses_keys.h: curses_keys.awk @CURSES_KEYS_H@
|
||||
$(AWK) -f $(sdir)/curses_keys.awk @CURSES_KEYS_H@ /dev/null >curses_keys.h
|
||||
Make
|
||||
|
|
Loading…
Reference in a new issue