#!/bin/sh
exec gvim -u NONE -c "command! LRC :source $vimrc | :LoadPlugins" -c "set nocompatible|set backspace=indent,eol,start|set autoindent" "$@"
