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

Re: zstyle for function instead of command?



On Nov 21,  4:14pm, sam reckoner wrote:
}
} v () {
}         '/cygdrive/c/Vim/vim71/gvim.exe' $* &
} }
} 
} I have tried doing
} % zstyle ':completion:*:*:v:*:*' file-patterns '*.py' '*.*'
} 
} but that doesn't work either.

That certainly should work, and does for me on linux.

What do you get from

% v <ctrl-x>h

and how does it differ from what you get from

% gvim <ctrl-x>h

??



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