Skip to content

feat: use jobstart instead of termopen (deprecated) in Neovim 0.11 #295

@mikesmithgh

Description

@mikesmithgh
DEPRECATED IN 0.11					*deprecated-0.11*

VIMSCRIPT
• *termopen()* Use |jobstart() with `{term: v:true}`.

use jobstart instead of termopen in kitty_commands.lua

from

  local success, error = pcall(vim.fn.termopen, full_cmd, {

to

  local success, error = pcall(vim.fn.jobstart, full_cmd, {
    term = true,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions