~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Completion/Base/Core/_main_complete

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
      _saved_insert="${compstate[insert]}" \
33
33
      _saved_colors="$ZLS_COLORS"
34
34
 
 
35
# _precommand sets this to indicate we are following a precommand modifier
 
36
local -a precommands
 
37
 
35
38
typeset -U _lastdescr _comp_ignore _comp_colors
36
39
 
37
40
[[ -z "$curcontext" ]] && curcontext=:::