dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Script doesn't work with vimx

Open ChiliConSql opened this issue 10 years ago • 1 comments

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

ChiliConSql avatar Sep 06 '14 21:09 ChiliConSql