Skip to content

Script doesn't work with vimx #10

@ChiliConSql

Description

@ChiliConSql

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions