From: Oleg Broytman Date: Sun, 12 Jun 2016 12:00:32 +0000 (+0300) Subject: Add vim.sh X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=64061d5dc868789c7c63aa4e4890b80327ad4731 Add vim.sh This simple script starts vim with any file even if the filename begins with a minus/dash. --- 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 -- "$@"