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

Re: list all except



On Mon, 7 Feb 2005 15:46:39 +0000,  wrote:


Bart
>
>You're sure there's not, for example, an assignment to ZDOTDIR or HOME
>in /etc/zshenv?
>
>What other /etc/z* files do yo have?

What killed my setopt (was in my .zshenv)

# complete man pages
setopt SH_WORD_SPLIT function man_var () {
   man_pages=( $^manpath/man*/*(N:t:r:r) )
   compctl -k man_pages man
   reply=( $man_pages )
}
compctl -K man_var man; man_pages=()

zzapper (vim, cygwin, wiki & zsh)
--

vim -c ":%s%s*%CyrnfrTfcbafbeROenzSZbbyranne%|:%s)[R-T]) )Ig|:norm G1VGg?"

http://www.vim.org/tips/tip.php?tip_id=305  Best of Vim Tips



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