updates urlencode to work better with vim

Jonathan Hodgson 4 years ago
parent 2fe7c1b97b
commit 3b6130f5e4
  1. 2
      bin/.bin/urlencode

@ -19,7 +19,7 @@ urlencodespecial() {
string="$1"
if [ -z "$string" ]; then
string="$(cat)"
string="$(cat - | sed 's/^ //')" # For some reason, vim likes to add a space to the begining
fi
#URL

Loading…
Cancel
Save