Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

existing scala file in vim, then :Envim causes omnifunc to be unset #7

Open
@megaannum

Description

@megaannum

If I start vim with no file, then launch envim (:Envim), and then load a
scala file (:e some/scala/file.scala) then omnifunc is set correctly:
:set omnifunc
returns envim#Completions

If, on the other hand, I start vim with a scala file,
vim some/scala/file.scala
if I execute
:set omnifunc
returns envim#Completions
as expected. But if I then launch envim (:Envim), and then check if omnifunc
is set:
:set omnifunc
returns omnifunc=

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