dotfiles
dotfiles copied to clipboard
Script doesn't work with vimx
I need to use vimx with Fedora20 and the script didn't work until I made the following change: if [ "${cmd%m}" = "vi" ]; then TO if [ "${cmd%m*}" = "vi" ]; then