removed redundant vim defined function

pull/1/head
Adam Veldhousen 2014-11-08 18:34:50 -08:00
parent d6f296028f
commit 80c90d7648
1 changed files with 0 additions and 8 deletions

View File

@ -51,11 +51,3 @@ fi
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
function vim(){
if [[ $# -eq 0 ]]; then
gvim &
else
gvim --remote-tab-silent "$@" &
fi
}