zsh-workers
 help / color / mirror / code / Atom feed
8ebc90b6e9611253cfb36dd0925fd414bc6b206f blob 313 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
## vim:ft=zsh
## Written by Frank Terbeck <ft@bewatermyfriend.org>
## Distributed under the same BSD-ish license as zsh itself.

setopt localoptions extendedglob NO_shwordsplit
local base=${1%%/##} tmp

tmp="$(pwd -P)"
[[ $tmp == ${base}/* ]] || {
    printf '.'
    return 1
}
printf '%s' ${tmp#$base/}
return 0
debug log:

solving 8ebc90b ...
found 8ebc90b in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).