Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Look for git info in background
On Apr 8, 5:01pm, Nick Cross wrote:
}
} precmd_update_git_vars:6: bad option: -w
}
} zsh-5.0.2-5.fc19.x86_64
Oh. The -w option was added in 5.0.3. Prior to that you'll have to use a
plain function for the zle -F handler and probably a TRAPUSR1 or the like,
replacing "zle reset-prompt" with "kill -USR1 $$" ... I don't have time
just now to work out the details.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author