1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

45656: Document the -o emacs segfault bug.

This commit is contained in:
Daniel Shahaf 2020-04-05 05:44:06 +00:00
parent 8923d2a618
commit 05b15366f3
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2020-04-05 Daniel Shahaf <d.s@daniel.shahaf.name>
* 45656: Etc/BUGS: Document the -o emacs segfault bug.
2020-04-02 Mikael Magnusson <mikachu@gmail.com>
* 45142: Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, Src/lex.c,

View file

@ -29,3 +29,6 @@ skipped when STTY=... is set for that command
44007 - Martijn - exit in trap executes rest of function
See test case in Test/C03traps.ztst.
------------------------------------------------------------------------
45656: 'zsh -o nobanghist -o emacs' segfaults
analysis in workers/45657
------------------------------------------------------------------------