From e0594ebfb7413cd07575555720539e2cab8c29bd Mon Sep 17 00:00:00 2001 From: yage Date: Mon, 22 Aug 2022 11:23:46 -0600 Subject: [PATCH] I remembered why I put the quotes there --- bin/vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vim b/bin/vim index 02d1730..443799f 100755 --- a/bin/vim +++ b/bin/vim @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/local/bin/vim -p $@ +exec /usr/local/bin/vim -p "$@"