From 64061d5dc868789c7c63aa4e4890b80327ad4731 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 12 Jun 2016 15:00:32 +0300 Subject: [PATCH] Add vim.sh This simple script starts vim with any file even if the filename begins with a minus/dash. --- .vim/vim.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .vim/vim.sh diff --git a/.vim/vim.sh b/.vim/vim.sh new file mode 100755 index 0000000..12537e9 --- /dev/null +++ b/.vim/vim.sh @@ -0,0 +1,2 @@ +#! /bin/sh +exec vim -- "$@" -- 2.39.2