From f5438c5752b684c0ed6ec3b531f5ea922722f92c Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 7 Oct 2020 13:21:52 +0100 Subject: [PATCH] bin: fix gv 'shift' --- bin/gv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gv b/bin/gv index 01247db..2e9a60a 100755 --- a/bin/gv +++ b/bin/gv @@ -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