Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

vim command :ProjectRun fails with "requires python support" #599

@rtega

Description

@rtega

Vim on ubuntu 18.04 has been compiled with python3 support, not with python support. Changing the lines in the vim-code reading:
has('python')
into
has('python3')
solves this problem. Probably this should be changed into something like:
has('python') or has('python3')

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