Browse Source

vimplugin: remove option not on new line

master
Riyyi 7 years ago
parent
commit
67eac1691d
  1. 3
      .scripts/vimplugin.sh

3
.scripts/vimplugin.sh

@ -124,7 +124,8 @@ update() {
remove() {
list
echo "Enter the number to remove: " && read OPTION
echo -n "Enter the number to remove: "
read OPTION
if [ -z "$(echo $OPTION | sed -nr 's/^([0-9]+)$/\1/p')" ]; then
echo "Please select a number"

Loading…
Cancel
Save