Commit a265acee authored by Justin Aiken's avatar Justin Aiken
Browse files

Better filename matching

parent 128cd3f5
......@@ -21,7 +21,7 @@ function marks {
}
function _completemarks {
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([a-z]*):$/\2/g'))
reply=($(ls $MARKPATH/**/*(-) | grep : | sed -E 's/(.*)\/([_\da-zA-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