Skip to content

Repl Not Working on 4.4.0 #434

@KornSiwat

Description

@KornSiwat

In version 4.4.0 when i toggle repl it show blank window.

So I downgraded to 4.3.2 Repl worked fine.

I believe it is because of this

#429

where in lua/haskell-tools/repl/builtin.lua

  • local job_id = vim.fn.termopen(cmd, opts)
  • local job_id = vim.fn.jobstart(cmd, opts)

which caused the bug.

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