bin: fix gv 'shift'

This commit is contained in:
2020-10-07 13:21:52 +01:00
parent 84f9e448e3
commit f5438c5752

2
bin/gv
View File

@@ -10,9 +10,9 @@ if [ -r ${PARENT_REPO}/Session.vim ] ; then
if [ "$1" != "nosession" ] ; then
echo "Restoring session"
SESSION="-S ${PARENT_REPO}/Session.vim"
shift
else
echo "nosession given, not restoring."
shift
fi
fi