Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bug with emulation in completion?



Hi,

Check this script:

_foo_1 () {
  emulate -L zsh
  _arguments '--one' '--two'
}

_foo_2 () {
  _arguments '--one' '--two'
}

compdef _foo_1 foo

With _foo_2 the completion cycles the options properly, but not with _foo_1.

Ideas?

-- 
Felipe Contreras



Messages sorted by: Reverse Date, Date, Thread, Author