mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
24947: complete -safe-mode for firefox.
This commit is contained in:
parent
bfaa06eb13
commit
da037f7393
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-06 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24947: Completion/X/Command/_mozilla: complete -safe-mode for
|
||||
firefox.
|
||||
|
||||
2008-05-06 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 24937, 24938: Dag-Erling Smørgrav <des@des.no>: configure.ac:
|
||||
|
|
|
@ -23,6 +23,7 @@ else
|
|||
'-profile[specify profile file]:profile file:_files' \
|
||||
'-v[show version]' \
|
||||
'-version[show version]' \
|
||||
'-safe-mode[disable extensions and themes for this session]'
|
||||
)
|
||||
else
|
||||
mozopts=(
|
||||
|
|
Loading…
Reference in a new issue