Commit 128cd3f5 authored by Justin Aiken's avatar Justin Aiken
Browse files

Filter out missing links with jump autocomplete

parent 73c22c14
......@@ -21,7 +21,7 @@ function marks {
}
function _completemarks {
reply=($(ls $MARKPATH))
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([a-z]*):$/\2/g'))
}
compctl -K _completemarks jump
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment